DeliverPromoteEmailRequest.MessageId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.