Codeunit 8904 Email Message in 17
- App
- System Application
Versions171819202122232425262728latest
Procedures, 21
| Name | Parameters | Returns | Access | Obsolete |
|---|---|---|---|---|
| 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 | - |