Codeunit 8905 Email Message Impl. in 22
- App
- System Application
Versions171819202122232425262728latest
Procedures, 46
| 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 | - | |
| 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 | - |
| 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 | - |
| GetEmailMessage | (var Record Email Message) | public | - | |
| IsRead | () | Boolean | public | - |
| GetRecipients | () | List | public | - |
| GetRecipients | (Enum Email Recipient Type) | List | public | - |
| ValidateRecipients | () | public | - | |
| MarkAsRead | () | public | - | |
| Attachments_DeleteContent | () | Boolean | public | - |
| AppendToBody | (Text) | public | - | |
| AddRecipient | (Enum Email Recipient Type, Text) | public | - | |
| GetNoOfModifies | () | Integer | public | - |
| AddAttachment | (Text[250], Text[250], InStream, Boolean, Text[40]) | public | - | |
| AddAttachmentInternal | (Text[250], Text[250], InStream, Boolean, Text[40]) | Integer | public | - |
| AddAttachmentsFromScenario | (var Record Email Attachments) | public | - | |
| GetRelatedAttachments | (var Record Email Related Attachment) | Boolean | public | - |
| GetRelatedAttachments | (Guid, var Record Email Related Attachment) | Boolean | public | - |
| FormatFileSize | (Integer) | Text | internal | - |