Class SEMail
Assembly: SecureExchangesSDK.dll
Syntax
[Serializable]
public class SEMail
Constructors
SEMail()
Declaration
Properties
AttachmentsOnlyBody
Declaration
public string AttachmentsOnlyBody { get; set; }
Property Value
Body
Declaration
public string Body { get; set; }
Property Value
CultureID
Declaration
public string CultureID { get; set; }
Property Value
Email
Declaration
public string Email { get; set; }
Property Value
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
SendMode
Declaration
public SendMethodEnum SendMode { get; set; }
Property Value
Subject
Declaration
public string Subject { get; set; }
Property Value
URL
Declaration
public string URL { get; set; }
Property Value
Extension Methods