Codeunit 8905 Email Message Impl. in 17
- App
- System Application
Versions171819202122232425262728latest
Procedures, 36
| Name | Parameters | Returns | Access | Obsolete |
|---|---|---|---|---|
| Create | (Codeunit Email Message Impl.) | public | - | |
| Create | (Text, Text, Text, Boolean) | public | - | |
| Create | (List, Text, Text, Boolean) | public | - | |
| Create | (List, Text, Text, Boolean, List, List) | public | - | |
| UpdateMessage | (List, Text, Text, Boolean, List, List) | public | - | |
| Modify | () | public | - | |
| GetBody | () | Text | public | - |
| SetBody | (Text) | public | - | |
| GetSubject | () | Text[2048] | public | - |
| SetSubject | (Text) | public | - | |
| IsBodyHTMLFormatted | () | Boolean | public | - |
| SetBodyHTMLFormatted | (Boolean) | public | - | |
| IsReadOnly | () | Boolean | public | - |
| GetContentTypeFromFilename | (Text) | Text[250] | public | - |
| AddAttachment | (Text[250], Text[250], Text) | public | - | |
| AddAttachment | (Text[250], Text[250], InStream) | public | - | |
| AddAttachmentInternal | (Text[250], Text[250], InStream) | Integer | public | - |
| GetRecipients | (Enum Email Recipient Type, var List) | public | - | |
| GetRecipientsAsText | (Enum Email Recipient Type) | Text | public | - |
| SetRecipients | (Enum Email Recipient Type, Text) | public | - | |
| SetRecipients | (Enum Email Recipient Type, List) | 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_IsInline | () | Boolean | public | - |
| Attachments_GetLength | () | Integer | public | - |
| GetId | () | Guid | public | - |
| Get | (Guid) | Boolean | public | - |
| ValidateRecipients | (Enum Email Recipient Type) | public | - | |
| ValidateRecipients | (List, Enum Email Recipient Type) | public | - | |
| MarkAsReadOnly | () | public | - | |
| GetEmailMessage | (var Record Email Message) | public | - |