Codeunit 1631 Office Host Management in 25
- App
- Base Application
- Namespace
- Microsoft.CRM.Outlook
Versions171819202122232425262728latest
Source29
Procedures, 15
| 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 | - |
| 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, 15
| 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 | OnGetEmailBody | (Text[250], var Text) | - |
| Integration event | OnGetFinancialsDocument | (Text[250], var Text) | - |
| Integration event | OnGetEmailAndAttachmentsForEntity | (var Record Exchange Object, Option, RecordRef) | - |