Class SEMessenging
  
  
  
  
    Inheritance
    System.Object
    SEMessenging
   
  
    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()
    
   
  
  Assembly: SecureExchangesSDK.dll
  Syntax
  
    [Serializable]
public class SEMessenging : INotifyPropertyChanged
   
  Properties
  
  
  
  
  CreateDate
  
  
  Declaration
  
    public DateTime CreateDate { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.DateTime | 
         | 
      
    
  
  
  
  
  CryptedAESKeyWithPublicKeyComMessenging
  
  
  Declaration
  
    public string CryptedAESKeyWithPublicKeyComMessenging { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         | 
      
    
  
  
  
  
  CryptedAESKeyWithPublicKeyFileMessenging
  
  
  Declaration
  
    public string CryptedAESKeyWithPublicKeyFileMessenging { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         | 
      
    
  
  
  
  
  CryptedFromEmailAddress
  
  
  Declaration
  
    public string CryptedFromEmailAddress { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         | 
      
    
  
  
  
  
  CryptedRootDirectory
  
  
  Declaration
  
    public string CryptedRootDirectory { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         | 
      
    
  
  
  
  
  CryptedToEmailAddress
  
  
  Declaration
  
    public string CryptedToEmailAddress { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         | 
      
    
  
  
  
  
  From
  
  
  Declaration
  
    public Guid From { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Guid | 
         | 
      
    
  
  
  
  
  HashKey
  
  
  Declaration
  
    public string HashKey { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         | 
      
    
  
  
  
  
  IsReply
  
  
  Declaration
  
    public bool IsReply { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
         | 
      
    
  
  
  
  
  Message
  
  
  Declaration
  
    public string Message { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         | 
      
    
  
  
  
  
  Mode
  
  
  Declaration
  
    public MessengingMode Mode { get; set; }
   
  Property Value
  
  
  
  
  SecureTransportTrackingRecipientList
  
  
  Declaration
  
    public string SecureTransportTrackingRecipientList { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         | 
      
    
  
  
  
  
  To
  
  
  Declaration
  
    public Guid To { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Guid | 
         | 
      
    
  
  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
  
  Extension Methods