| Create | (Text, Text, Text) | | public | - |
| Create | (Text, Text, Text, Boolean) | | public | - |
| Create | (List, Text, Text, Boolean) | | public | - |
| Create | (List, Text, Text, Boolean, List, List) | | public | - |
| Get | (Guid) | Boolean | public | - |
| GetBody | () | Text | public | - |
| GetSubject | () | Text[2048] | public | - |
| IsBodyHTMLFormatted | () | Boolean | public | - |
| GetId | () | Guid | public | - |
| GetRecipients | (Enum Email Recipient Type, var List) | | public | - |
| AddAttachment | (Text[250], Text[250], Text) | | public | - |
| AddAttachment | (Text[250], Text[250], InStream) | | public | - |
| Attachments_First | () | Boolean | public | - |
| Attachments_Next | () | Integer | public | - |
| Attachments_GetName | () | Text[250] | public | - |
| Attachments_GetContent | (var InStream) | | public | - |
| Attachments_GetContentBase64 | () | Text | public | - |
| Attachments_GetContentType | () | Text[250] | public | - |
| Attachments_GetContentId | () | Text[40] | public | - |
| Attachments_GetLength | () | Integer | public | - |
| Attachments_IsInline | () | Boolean | public | - |
| Attachments_DeleteContent | () | Boolean | public | - |
| SetBody | (Text) | | public | - |
| AppendToBody | (Text) | | public | - |
| SetSubject | (Text) | | public | - |
| SetBodyHTMLFormatted | (Boolean) | | public | - |
| SetRecipients | (Enum Email Recipient Type, Text) | | public | - |
| SetRecipients | (Enum Email Recipient Type, List) | | public | - |
| AddRecipient | (Enum Email Recipient Type, Text) | | public | - |
| GetNoOfModifies | () | Integer | internal | - |
| AddAttachmentFromScenario | (var Record Email Attachments) | | public | - |
| GetRelatedAttachments | (var Record Email Related Attachment) | Boolean | public | - |
| AddAttachment | (Text[250], Text[250], Boolean, Text[40], InStream) | | public | - |