Objects/Codeunits/Codeunit 8904 Email Message
Codeunit 8904 Email Message in 20
Jonas Paprotka, System Application 20.5.45456.61928, checked
- App
- System Application
Procedures, 30Events, 1
Versions171819202122232425262728latest
Source242526272829
Procedures, 30
| 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 | - |
| 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 | - |
Events, 1
| Kind | Name | Parameters | Obsolete |
|---|
| Integration event | OnGetAttachmentContent | (Guid, var InStream, var Boolean) | - |