Class MultiRecipient
Inheritance
System.Object
MultiRecipient
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: SecureExchangesSDK.SecureExchanges
Assembly: SecureExchangesSDK.dll
Syntax
[Serializable]
public class MultiRecipient : INotifyPropertyChanged
Properties
Answer
Declaration
public SendMessageAnswer Answer { get; set; }
Property Value
Type | Description |
---|---|
SendMessageAnswer |
CreatedDate
Declaration
public DateTime CreatedDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
Declaration
public string Email { get; set; }
Property Value
Type | Description |
---|---|
System.String |
HashKey
Declaration
public string HashKey { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IsMessenging
Declaration
public bool IsMessenging { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsSEMSEncrypted
Declaration
public bool IsSEMSEncrypted { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
MessengingBase64PublicPCKSComKey
Declaration
public string MessengingBase64PublicPCKSComKey { get; set; }
Property Value
Type | Description |
---|---|
System.String |
MessengingID
Declaration
public Guid MessengingID { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Phone
Declaration
public string Phone { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
RaisePropertyChanged(String)
Declaration
protected void RaisePropertyChanged(string propertyName)
Parameters
Type | Name | Description |
---|---|---|
System.String | propertyName |
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type | Description |
---|---|
System.ComponentModel.PropertyChangedEventHandler |
Implements
System.ComponentModel.INotifyPropertyChanged