Class SEMail
Inheritance
System.Object
SEMail
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: SecureExchangesSDK.Models.Transport
Assembly: SecureExchangesSDK.dll
Syntax
[Serializable]
public class SEMail
Constructors
SEMail()
Declaration
public SEMail()
Properties
Body
Declaration
public string Body { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CultureID
Declaration
public string CultureID { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Declaration
public string Email { get; set; }
Property Value
Type | Description |
---|---|
System.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 |
---|---|
System.String |
SendMode
Declaration
public SendMethodEnum SendMode { get; set; }
Property Value
Type | Description |
---|---|
SendMethodEnum |
Subject
Declaration
public string Subject { get; set; }
Property Value
Type | Description |
---|---|
System.String |
URL
Declaration
public string URL { get; set; }
Property Value
Type | Description |
---|---|
System.String |