CheckPromoteEmail Function

Contains the data that is needed to check whether the incoming email message should be promoted to the Microsoft Dynamics 365 system.

Parameters

Parameters allow for data to be passed to the function.

Name Type Nullable Unicode Description
MessageId
Edm.String False False

The message ID that is contained in the email header.

Subject
Edm.String True False

The subject of the message.

DirectionCode
Edm.Int32 True True

The direction of a mail checked for promotion for uniqueness.

Return Type

Type Nullable Description
CheckPromoteEmailResponse False The CheckPromoteEmail function returns the following value.

See also