SendEmailMessageByEmailRequest.EmailMessageId Property
Applies To: Dynamics Marketing
Gets or sets the email message ID in Microsoft Dynamics Marketing.
Namespace: Microsoft.Dynamics.Marketing.SDK.Messages.EmailMessage
Assembly: Microsoft.Dynamics.Marketing.SDK (in Microsoft.Dynamics.Marketing.SDK.dll)
Syntax
[DataMemberAttribute]
public Guid EmailMessageId { get; set; }
public:
[DataMemberAttribute]
property Guid EmailMessageId {
Guid get();
void set(Guid value);
}
[<DataMemberAttribute>]
member EmailMessageId : Guid with get, set
<DataMemberAttribute>
Public Property EmailMessageId As Guid
Property Value
Type: System.Guid
Type: Guid
See Also
SendEmailMessageByEmailRequest Class
Microsoft.Dynamics.Marketing.SDK.Messages.EmailMessage Namespace
Return to top