CheckIncomingEmailRequest Class

Definition

Contains the data that is needed to check whether the incoming email message is relevant to Dataverse.

public ref class CheckIncomingEmailRequest sealed : Microsoft::Xrm::Sdk::OrganizationRequest
[System.Runtime.Serialization.DataContract(Namespace="http://schemas.microsoft.com/crm/2011/Contracts")]
public sealed class CheckIncomingEmailRequest : Microsoft.Xrm.Sdk.OrganizationRequest
[<System.Runtime.Serialization.DataContract(Namespace="http://schemas.microsoft.com/crm/2011/Contracts")>]
type CheckIncomingEmailRequest = class
    inherit OrganizationRequest
Public NotInheritable Class CheckIncomingEmailRequest
Inherits OrganizationRequest
Inheritance
CheckIncomingEmailRequest
Attributes

Remarks

For the Web API use the CheckIncomingEmail function..

Usage

Pass an instance of this class to the Execute(OrganizationRequest) method, which returns an instance of CheckIncomingEmailResponse.

Privileges and Access Rights

To perform this action, the caller must have prvReadActivity privileges on the email table.

Constructors

CheckIncomingEmailRequest()

Initializes a new instance of the CheckIncomingEmailRequest class.

Properties

Bcc

Gets or sets the addresses of the blind carbon copy (Bcc) recipients for the email message.

Cc

Gets or sets the addresses of the carbon copy (Cc) recipients for the email message.

ExtensionData

Gets or sets the structure that contains extra data. Optional.

(Inherited from OrganizationRequest)
ExtraProperties

For internal use only.

From

Gets or sets the from address for the email message.

Item[String]

Gets or sets the indexer for the Parameters collection.

(Inherited from OrganizationRequest)
MessageId

Gets or sets the ID of the email message stored in the email header. Required.

Parameters

Gets or sets the collection of parameters for the request. Required, but is supplied by derived classes.

(Inherited from OrganizationRequest)
RequestId

Gets or sets the ID of the request. Optional.

(Inherited from OrganizationRequest)
RequestName

Gets or sets the name of the request. Required, but is supplied by derived classes.

(Inherited from OrganizationRequest)
Subject

Gets or sets the subject line for the email message. Optional.

To

Gets or sets the addresses of the recipients of the email message.

Applies to

See also