DeliverPromoteEmailRequest.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 the ID of the email message from 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 if a specific email message has already been promoted (added) to Microsoft Dynamics 365.

Applies to