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