Codeunit 397 Mail in 17
- App
- Base Application
Versions171819202122232425262728latest
Source29
Procedures, 13
| Name | Parameters | Returns | Access | Obsolete |
|---|---|---|---|---|
| OpenNewMessage | (Text) | public | - | |
| NewMessageAsync | (Text, Text, Text, Text, Text, Text, Boolean) | Boolean | public | - |
| NewMessage | (Text, Text, Text, Text, Text, Text, Boolean) | Boolean | public | - |
| CreateMessage | (Text, Text, Text, Text, Text, Boolean, Boolean) | public | - | |
| AddBodyline | (Text) | Boolean | public | - |
| AttachFile | (Text) | public | - | |
| Send | () | Boolean | public | - |
| GetErrorDesc | () | Text | public | - |
| CollectAddresses | (Code[20], var Record Communication Method, Boolean) | Text[260] | public | - |
| ValidateEmail | (var Record Communication Method, Text) | Boolean | public | - |
| TryInitializeOutlook | () | Boolean | public | - |
| CollectCurrentUserEmailAddresses | (var Record Name/Value Buffer) | public | - | |
| FormatTextForHtml | (Text) | Text | public | - |
Events, 3
| Kind | Name | Parameters | Obsolete |
|---|---|---|---|
| Integration event | OnGetEmailAddressFromActiveDirectory | (var Text, var Boolean) | - |
| Integration event | OnBeforeCreateMessage | (var Text, var Text, var Text, var Text, var Text) | - |
| Integration event | OnBeforeCreateAndSendMessage | (Text, Text, Text, Text, Text, Text, Boolean, var Boolean, var Boolean) | - |