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