CheckIncomingEmail Function

Dynamics CRM 2016
 

Updated: November 29, 2016

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 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

email EntityType

For internal use only.

The CheckIncomingEmail function returns the following value.

Type

Nullable

Description

CheckIncomingEmailResponse ComplexType

false

Contains the response from the CheckIncomingEmail function.

Microsoft Dynamics 365

© 2016 Microsoft. All rights reserved. Copyright

Community Additions

ADD
Show: