Codeunit 8906 Email Editor in 18
- App
- System Application
Versions171819202122232425262728latest
Procedures, 14
| Name | Parameters | Returns | Access | Obsolete |
|---|---|---|---|---|
| Open | (Record Email Outbox, Boolean) | Enum Email Action | public | - |
| CheckPermissions | (Record Email Outbox) | public | - | |
| SetAsNew | () | public | - | |
| GetEmailAccount | (Record Email Outbox, var Record Email Account) | public | - | |
| GetEmailMessage | (var Record Email Outbox, var Codeunit Email Message Impl.) | public | - | |
| CreateOutbox | (var Record Email Outbox) | public | - | |
| ChangeEmailAccount | (var Record Email Outbox, var Record Email Account) | public | - | |
| UploadAttachment | (Codeunit Email Message Impl.) | public | - | |
| ValidateEmailData | (Text, var Codeunit Email Message Impl.) | Boolean | public | - |
| SendOutbox | (var Record Email Outbox) | public | - | |
| DiscardEmail | (var Record Email Outbox, Boolean) | Boolean | public | - |
| DownloadAttachment | (Guid, Text) | public | - | |
| AttachFromRelatedRecords | (Guid) | public | - | |
| GetRelatedAttachments | (Guid, var Record Email Related Attachment) | public | - |