Class SEMail
Assembly: SecureExchangesSDK.dll
Syntax
[Serializable]
public class SEMail : INotifyPropertyChanged
Properties
AttachmentsOnlyBody
Declaration
public string AttachmentsOnlyBody { get; set; }
Property Value
Body
Declaration
public string Body { get; set; }
Property Value
CultureID
Declaration
public string CultureID { get; set; }
Property Value
Email
Declaration
public string Email { get; set; }
Property Value
IsSEMSEncrypted
Declaration
public bool IsSEMSEncrypted { get; set; }
Property Value
Phone
Declaration
public string Phone { get; set; }
Property Value
SendMode
Declaration
public SendMethodEnum SendMode { get; set; }
Property Value
Subject
Declaration
public string Subject { get; set; }
Property Value
URL
Declaration
public string URL { get; set; }
Property Value
Methods
RaisePropertyChanged(string)
Declaration
protected void RaisePropertyChanged(string propertyName)
Parameters
| Type |
Name |
Description |
| string |
propertyName |
|
Events
PropertyChanged
Occurs when a property value changes.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Implements
Extension Methods