Secure Exchanges SDK Documentation
Search Results for

    Show / Hide Table of Contents

    Class MultiRecipient

    Inheritance
    object
    MultiRecipient
    Implements
    INotifyPropertyChanged
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    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
    DateTime

    Email

    Declaration
    public string Email { get; set; }
    Property Value
    Type Description
    string

    HashKey

    Declaration
    public string HashKey { get; set; }
    Property Value
    Type Description
    string

    IsMessenging

    Declaration
    public bool IsMessenging { get; set; }
    Property Value
    Type Description
    bool

    IsSEMSEncrypted

    Declaration
    public bool IsSEMSEncrypted { get; set; }
    Property Value
    Type Description
    bool

    MessengingBase64PublicPCKSComKey

    Declaration
    public string MessengingBase64PublicPCKSComKey { get; set; }
    Property Value
    Type Description
    string

    MessengingID

    Declaration
    public Guid MessengingID { get; set; }
    Property Value
    Type Description
    Guid

    Phone

    Declaration
    public string Phone { get; set; }
    Property Value
    Type Description
    string

    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
    Type Description
    PropertyChangedEventHandler

    Implements

    INotifyPropertyChanged

    Extension Methods

    ExtensionHelper.CopySameNameAndTypeProperties<T, S>(T, S)
    In this article
    Back to top Secure Exchanges Inc. - Documentation