CheckPromoteEmailRequest.MessageId Property

Definition

Gets or sets the message ID that is contained 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 message ID that is contained in the email header. 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 if a specific email message has already been promoted (added) to Dataverse.

Applies to