Class MultiRecipient
Inheritance
MultiRecipient
Assembly: SecureExchangesSDK.dll
Syntax
[Serializable]
public class MultiRecipient : INotifyPropertyChanged
Properties
Answer
Declaration
public SendMessageAnswer Answer { get; set; }
Property Value
CreatedDate
Declaration
public DateTime CreatedDate { get; set; }
Property Value
Email
Declaration
public string Email { get; set; }
Property Value
HashKey
Declaration
public string HashKey { get; set; }
Property Value
IsMessenging
Declaration
public bool IsMessenging { get; set; }
Property Value
IsSEMSEncrypted
Declaration
public bool IsSEMSEncrypted { get; set; }
Property Value
MessengingBase64PublicPCKSComKey
Declaration
public string MessengingBase64PublicPCKSComKey { get; set; }
Property Value
MessengingID
Declaration
public Guid MessengingID { get; set; }
Property Value
Phone
Declaration
public string Phone { 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