Secure Exchanges SDK Documentation
Search Results for

    Show / Hide Table of Contents

    Class SEMail

    Inheritance
    object
    SEMail
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: SecureExchangesSDK.Models.Transport
    Assembly: SecureExchangesSDK.dll
    Syntax
    [Serializable]
    public class SEMail

    Constructors

    SEMail()

    Declaration
    public SEMail()

    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

    Phone

    Cette informations est destiné au SEMS seulement. Elle devrait etre encrypter par la clef public du sems

    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

    Extension Methods

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