Codeunit 1641 Setup Email Logging in 24
- App
- Base Application
- Namespace
- System.EMail
- Obsolete
- Pending 22.0. Feature EmailLoggingUsingGraphApi will be enabled by default in version 22.0
Versions171819202122232425262728latest
Source-
Procedures, 18
| Name | Parameters | Returns | Access | Obsolete | |||
|---|---|---|---|---|---|---|---|
| ClearEmailLoggingSetup | (var Record Marketing Setup) | public | - | ||||
| GetExchangeFolder | (var Codeunit Exchange Web Services Client, var Record Exchange Folder, Text) | Boolean | public | - | |||
| GetDomainFromEmail | (Text) | Text | public | - | |||
| CreateEmailLoggingJobQueueSetup | () | public | - | ||||
| DeleteEmailLoggingJobQueueSetup | () | public | - | ||||
| PromptClientCredentials | (var Text[250], var Text[250], var Text[2048]) | Boolean | public | - | |||
| PromptAdminConsent | (var Text) | public | - | ||||
| PromptAdminConsent | (Text, Text, Text, var Text) | public | - | ||||
| GetClientCredentialsAccessToken | (Text, var Text) | public | Pending 24.0 | ||||
| Use "GetClientCredentialsAccessToken(TenantId: SecretText; var AccessToken: SecretText)" instead. | |||||||
| GetClientCredentialsAccessToken | (Text, Text, Text, Text, var Text) | public | Pending 24.0 | ||||
| Use "GetClientCredentialsAccessToken(ClientId: SecretText; ClientSecret: SecretText; RedirectURL: Text; TenantId: SecretText; var AccessToken: SecretText)" instead. | |||||||
| ExtractTenantIdFromAccessToken | (var Text, Text) | public | - | ||||
| GetClientId | () | Text | public | - | |||
| GetClientSecret | () | Text | public | - | |||
| RegisterAssistedSetup | () | public | - | ||||
| GetRedirectURL | () | Text | public | - | |||
| IsEmailLoggingUsingGraphApiFeatureEnabled | () | Boolean | internal | - | |||
| GetClientCredentialsAccessToken | (SecretText, var SecretText) | public | - | ||||
| GetClientCredentialsAccessToken | (SecretText, SecretText, Text, SecretText, var SecretText) | public | - | ||||
Events, 3
| Kind | Name | Parameters | Obsolete |
|---|---|---|---|
| Integration event | OnGetEmailLoggingClientId | (var Text) | - |
| Integration event | OnGetEmailLoggingClientSecret | (var Text) | - |
| Integration event | OnGetEmailLoggingRedirectURL | (var Text) | - |