CheckIncomingEmail Function
Check whether the incoming email message is relevant 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 | ID of the email message stored in the email header. |
Subject
|
Edm.String | True | False | Subject line for the email message. |
From
|
Edm.String | False | False | The from address for the email message. |
To
|
Edm.String | False | False | The addresses of the recipients of the email message. |
Cc
|
Edm.String | False | False | Addresses of the carbon copy (Cc) recipients for the email message. |
Bcc
|
Edm.String | False | False | Addresses of the blind carbon copy (Bcc) recipients for the email message. |
ExtraProperties
|
True | True | For internal use only. |
Return type
Type | Nullable | Description |
---|---|---|
CheckIncomingEmailResponse | False | Contains the response of the CheckIncomingEmail function. |