CheckIncomingEmail Function
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online
Check whether the incoming email message is relevant to the Microsoft Dynamics 365 system.
This Web API function corresponds to the organization service CheckIncomingEmailRequest.
CheckIncomingEmail function is not bound to any entity types.
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 |
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 |
For internal use only. |
Return Type
The CheckIncomingEmail function returns the following value.
Type |
Nullable |
Description |
---|---|---|
false |
Contains the response from the CheckIncomingEmail function. |
See Also
Use Web API functions
Web API EntityType Reference
Web API Action Reference
Web API Query Function Reference
Web API EnumType Reference
Web API ComplexType Reference
Web API Metadata EntityType Reference
Microsoft Dynamics 365
© 2016 Microsoft. All rights reserved. Copyright