EMailChanges
The EMailChanges object is used to create a new email.
Name | Description | Type | Additional information |
---|---|---|---|
ToAddress |
Gets or sets the 'To' address. |
string |
Max length: 2147483647 |
CcAddress |
Gets or sets the 'CC' address. |
string |
None. |
BccAddress |
Gets or sets the 'BCC' address. |
string |
None. |
Subject |
Gets or sets the email subject. |
string |
Max length: 255 |
Content |
Gets or sets the content. |
string |
Max length: 2147483647 |
Note |
Gets or sets the note. |
string |
None. |
Categories |
Gets or sets the categories. |
Collection of MessageCategory |
None. |
EmployeeId |
Gets or sets the handling employee identifier. |
integer |
None. |
OrderId |
Gets or sets the order identifier. |
integer |
None. |