Class SendMessageArgs0216
Inheritance
SendMessageArgs0216
Assembly: SecureExchangesSDK.dll
Syntax
[Serializable]
public class SendMessageArgs0216 : INotifyPropertyChanged
Properties
AccessKey
Declaration
public Guid AccessKey { get; set; }
Property Value
CryptedHandShakeID
Declaration
public string CryptedHandShakeID { get; set; }
Property Value
Culture
Declaration
public string Culture { get; set; }
Property Value
Email
Declaration
public string Email { get; set; }
Property Value
Files
Declaration
public string Files { get; set; }
Property Value
GetBackHTML
Declaration
public bool GetBackHTML { get; set; }
Property Value
Message
Declaration
public string Message { get; set; }
Property Value
Notify
Declaration
public bool Notify { get; set; }
Property Value
PhoneNumber
Declaration
public string PhoneNumber { get; set; }
Property Value
SendMethod
Declaration
public string SendMethod { get; set; }
Property Value
Serial
Declaration
public Guid Serial { get; set; }
Property Value
ShowSubject
Declaration
public bool ShowSubject { get; set; }
Property Value
Subject
Declaration
public string Subject { get; set; }
Property Value
User
Declaration
public string User { 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