| Name | Description | Type | Additional information |
|---|---|---|---|
| ToAddress |
Email ToAddress. |
string | |
| EmailSubject |
Subject of the EMail. |
string | |
| Body |
Body of the Email. |
string | |
| BodyHTML |
Indicates whether body of the email is in HTML format. |
boolean | |
| AttachmentFile |
Attachment file of the Email. |
Stream | |
| AttachmentFileName |
Name of the file attached with the email. |
string | |
| CustomerID |
Customer Id . |
integer | |
| PersonID |
Customer's Person Id. |
integer | |
| LogEmail |
Indicates whether email is logged successfully or not. |
boolean | |
| Password |
Password to provide password protect for the attached file. |
string | This value is optional. |
| Type |
Attached file's type. |
string | |
| FilePath |
Path in which document should be saved. |
string | |
| IsZip |
Indicates whether the attcahed file should be zipped or not. |
boolean |