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