Class BaseSendMessageArgs
Inheritance
BaseSendMessageArgs
Assembly: SecureExchangesSDK.dll
Syntax
[Serializable]
public class BaseSendMessageArgs : SendMessageArgs0216, INotifyPropertyChanged
Properties
ClearTextNotification
Declaration
public bool ClearTextNotification { get; set; }
Property Value
CreateMessageCopy
Declaration
public bool CreateMessageCopy { get; set; }
Property Value
CryptedExtensionConfiguration
Declaration
public string CryptedExtensionConfiguration { get; set; }
Property Value
MaximumOpenTime
Declaration
public string MaximumOpenTime { get; set; }
Property Value
MinutesExpiration
Declaration
public string MinutesExpiration { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
SendMode
Declaration
public SendMethodEnum SendMode { get; set; }
Property Value
Implements
Extension Methods