Secure Exchanges SDK Documentation
Search Results for

    Show / Hide Table of Contents

    Class Recipient

    Inheritance
    object
    Recipient
    TrackingRecipient
    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 Recipient : INotifyPropertyChanged

    Properties

    Email

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

    MessageProtection

    Declaration
    public MessageProtectionEnum MessageProtection { get; set; }
    Property Value
    Type Description
    MessageProtectionEnum

    Phone

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

    SendMode

    Declaration
    public SendMethodEnum SendMode { get; set; }
    Property Value
    Type Description
    SendMethodEnum

    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