CheckIncomingEmailResponse ComplexType
Contains the response from the CheckIncomingEmail function.
Properties
The properties of a complex type contain the structured data of the type.
Name | Type | Details |
---|---|---|
ReasonCode | Edm.Int32 |
The reason for the result in the ShouldDeliver property. |
ShouldDeliver | Edm.Boolean |
Whether the message should be delivered to Microsoft Dynamics 365. |
Used by
The following use the CheckIncomingEmailResponse ComplexType.
Name | How used |
---|---|
CheckIncomingEmail | ReturnType |