Secure Exchanges SDK Documentation
Search Results for

    Show / Hide Table of Contents

    Class SEMail

    Inheritance
    object
    SEMail
    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.SEMS.SecureExchanges
    Assembly: SecureExchangesSDK.dll
    Syntax
    [Serializable]
    public class SEMail : INotifyPropertyChanged

    Properties

    AttachmentsOnlyBody

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

    Body

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

    CultureID

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

    Email

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

    IsSEMSEncrypted

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

    Phone

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

    SendMode

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

    Subject

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

    URL

    Declaration
    public string URL { 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