SendEmailMessageByEmailRequest Class
Applies To: Dynamics Marketing
Contains the data that’s needed to send an email marketing message using the recipient’s email address.
Assembly: Microsoft.Dynamics.Marketing.SDK (in Microsoft.Dynamics.Marketing.SDK.dll)
Microsoft.Dynamics.Marketing.SDK.Common::SdkMessage
Microsoft.Dynamics.Marketing.SDK.Common::SdkRequest
Microsoft.Dynamics.Marketing.SDK.Messages.EmailMessage::SendEmailMessageByEmailRequest
| Name | Description | |
|---|---|---|
![]() | SendEmailMessageByEmailRequest() | Initializes a new instance of the SendEmailMessageByEmailRequest class. |
| Name | Description | |
|---|---|---|
![]() | EmailMessageId | Gets or sets the email message ID in Microsoft Dynamics Marketing. |
![]() | Importance | Gets or sets the priority of the email message. |
![]() | MessageData | Gets or sets the XML data for the email message's dynamic content. |
![]() | RecipientEmailAddress | Gets or sets the email address of the recipient. |
![]() | SenderId | Gets or sets the GUID of the sender in Microsoft Dynamics Marketing or Microsoft Dynamics CRM. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToBrokeredMessage() | Creates a new brokered message with the compressed and serialized SdkMessage.(Inherited from SdkMessage.) |
![]() | ToBrokeredMessage(String^) | Creates a new brokered message with the compressed and serialized SdkMessage.(Inherited from SdkRequest.) |
![]() | ToString() | (Inherited from Object.) |
If the email address for the recipient isn’t already in the system as a contact’s email address, a new contact is created with the email address. For information about how this affects new contacts, see the “Avoid creating duplicate contacts” section in the Site configuration and integration settings topic.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
SendEmailMessageByEmailResponse
Microsoft.Dynamics.Marketing.SDK.Messages.EmailMessage Namespace
Developer overview of Microsoft Dynamics Marketing
Manage lists and send transactional or commercial email
Getting started with the SDK
Quick start with sample code
Sample: Manage lists and send transactional or commercial email
Assembly included in the Microsoft Dynamics Marketing SDK
Web service and assembly reference


