Codeunit "Setup Email Logging"

ID 1641
Namespace: System.EMail

Obsolete

This element will become obsolete from version 22.0. Feature EmailLoggingUsingGraphApi will be enabled by default in version 22.0

Properties

Name Value
ObsoleteReason Feature EmailLoggingUsingGraphApi will be enabled by default in version 22.0
ObsoleteState Pending
ObsoleteTag 22.0

Methods

GetDomainFromEmail

procedure GetDomainFromEmail(Email: Text): Text

Parameters

Name Type Description
Email Text

Returns

Type Description
Text

CreateEmailLoggingJobQueueSetup

procedure CreateEmailLoggingJobQueueSetup()

GetClientCredentialsAccessToken

Obsolete

This element will become obsolete from version 24.0. Use "GetClientCredentialsAccessToken(TenantId: SecretText; var AccessToken: SecretText)" instead.

[NonDebuggable]
[Obsolete(Use "GetClientCredentialsAccessToken(TenantId: SecretText; var AccessToken: SecretText)" instead.,24.0)]
procedure GetClientCredentialsAccessToken(TenantId: Text, var AccessToken: Text)

Parameters

Name Type Description
TenantId Text
AccessToken Text

See also