Codeunit 1631 Office Host Management in 20
- App
- Base Application
Versions171819202122232425262728latest
Source29
Procedures, 16
| Name | Parameters | Returns | Access | Obsolete | |||
|---|---|---|---|---|---|---|---|
| InitializeHost | (DotNet OfficeHost, Text) | public | - | ||||
| InitializeContext | (Record Office Add-in Context) | public | - | ||||
| InitializeExchangeObject | () | public | - | ||||
| GetHostName | () | Text | public | - | |||
| GetHostType | () | Text | public | - | |||
| CloseCurrentPage | () | public | - | ||||
| InvokeExtension | (Text, Variant, Variant, Variant, Variant) | public | - | ||||
| IsAvailable | () | Boolean | public | - | |||
| GetTempOfficeAddinContext | (var Record Office Add-in Context) | public | - | ||||
| SendToOCR | (Record Incoming Document) | public | - | ||||
| EmailHasAttachments | () | Boolean | public | - | |||
| GetEmailAndAttachments | (var Record Exchange Object, Option, Code[20]) | public | Pending 20.0 | ||||
| Please use GetEmailAndAttachments which uses RecordRef instead of Vendor number. | |||||||
| GetEmailBody | (Record Office Add-in Context) | Text | public | - | |||
| GetFinancialsDocument | (Record Office Add-in Context) | Text | public | - | |||
| CheckHost | () | public | - | ||||
| GetEmailAndAttachments | (var Record Exchange Object, Option, RecordRef) | public | - | ||||
Events, 16
| Kind | Name | Parameters | Obsolete | ||||
|---|---|---|---|---|---|---|---|
| Integration event | OnInitializeHost | (DotNet OfficeHost, Text) | - | ||||
| Integration event | OnInitializeContext | (Record Office Add-in Context) | - | ||||
| Integration event | OnInitializeExchangeObject | () | - | ||||
| Integration event | OnGetHostName | (var Text) | - | ||||
| Integration event | OnGetHostType | (var Text) | - | ||||
| Integration event | OnCloseCurrentPage | () | - | ||||
| Integration event | OnInvokeExtension | (Text, Variant, Variant, Variant, Variant) | - | ||||
| Integration event | OnIsHostInitialized | (var Boolean) | - | ||||
| Integration event | OnIsAvailable | (var Boolean) | - | ||||
| Integration event | OnGetTempOfficeAddinContext | (var Record Office Add-in Context) | - | ||||
| Integration event | OnSendToOCR | (Record Incoming Document) | - | ||||
| Integration event | OnEmailHasAttachments | (var Boolean) | - | ||||
| Integration event | OnGetEmailAndAttachments | (var Record Exchange Object, Option, Code[20]) | Pending 20.0 | ||||
| Please use OnGetEmailAndAttachmentsForEntity which uses RecordRef instead of Vendor number. | |||||||
| Integration event | OnGetEmailBody | (Text[250], var Text) | - | ||||
| Integration event | OnGetFinancialsDocument | (Text[250], var Text) | - | ||||
| Integration event | OnGetEmailAndAttachmentsForEntity | (var Record Exchange Object, Option, RecordRef) | - | ||||