CheckIncomingEmailRequest.MessageId Property

Definition

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

public:
 property System::String ^ MessageId { System::String ^ get(); void set(System::String ^ value); };
public string MessageId { get; set; }
member this.MessageId : string with get, set
Public Property MessageId As String

Property Value

The ID of the email message stored in the email header.

Remarks

All email messages have an ID property in their headers. This is similar to a GUID and is used to identify the message and to see whether a specific email message has already been promoted (added) to Dataverse.

Applies to