Class Recipient
Assembly: SecureExchangesSDK.dll
Syntax
[Serializable]
public class Recipient : INotifyPropertyChanged
Properties
Email
Declaration
public string Email { get; set; }
Property Value
MessageProtection
Declaration
public MessageProtectionEnum MessageProtection { get; set; }
Property Value
Phone
Declaration
public string Phone { get; set; }
Property Value
SendMode
Declaration
public SendMethodEnum SendMode { 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