Class BaseSendMessageArgs
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 BaseSendMessageArgs : SendMessageArgs0216, INotifyPropertyChanged
  Properties
ClearTextNotification
Declaration
public bool ClearTextNotification { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
CreateMessageCopy
Declaration
public bool CreateMessageCopy { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
CryptedExtensionConfiguration
Declaration
public string CryptedExtensionConfiguration { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
MaximumOpenTime
Declaration
public string MaximumOpenTime { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
MinutesExpiration
Declaration
public string MinutesExpiration { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Name
Declaration
public string Name { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
SendMode
Declaration
public SendMethodEnum SendMode { get; set; }
  Property Value
| Type | Description | 
|---|---|
| SendMethodEnum | 
Implements
      System.ComponentModel.INotifyPropertyChanged