Codeunit 8906 Email Editor in 20
- App
- System Application
Versions171819202122232425262728latest
Procedures, 21
| 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 | - | |
| LoadWordTemplate | (Codeunit Email Message Impl., Guid) | public | - | |
| AttachFromWordTemplate | (Codeunit Email Message Impl., Guid) | public | - | |
| LookupRecipients | (Guid, var Text) | Boolean | public | - |
| VerifyRelatedRecords | (Guid) | public | - | |
| RemoveFromCacheIfExists | (var Dictionary, var Codeunit Email Message, Enum Email Recipient Type) | internal | - | |
| PopulateRelatedRecordCache | (Guid) | internal | - | |
| AddRelatedRecordsFromEmailAddress | (Guid, var Record Email Address Lookup) | internal | - |