SendEmailMessageByEmailRequest Class

 

Applies To: Dynamics Marketing

Contains the data that’s needed to send an email marketing message using the recipient’s email address.

Namespace:   Microsoft.Dynamics.Marketing.SDK.Messages.EmailMessage
Assembly:  Microsoft.Dynamics.Marketing.SDK (in Microsoft.Dynamics.Marketing.SDK.dll)

System::Object
  Microsoft.Dynamics.Marketing.SDK.Common::SdkMessage
    Microsoft.Dynamics.Marketing.SDK.Common::SdkRequest
      Microsoft.Dynamics.Marketing.SDK.Messages.EmailMessage::SendEmailMessageByEmailRequest

[DataContractAttribute]
public ref class SendEmailMessageByEmailRequest : SdkRequest

NameDescription
System_CAPS_pubmethodSendEmailMessageByEmailRequest()

Initializes a new instance of the SendEmailMessageByEmailRequest class.

NameDescription
System_CAPS_pubpropertyEmailMessageId

Gets or sets the email message ID in Microsoft Dynamics Marketing.

System_CAPS_pubpropertyImportance

Gets or sets the priority of the email message.

System_CAPS_pubpropertyMessageData

Gets or sets the XML data for the email message's dynamic content.

System_CAPS_pubpropertyRecipientEmailAddress

Gets or sets the email address of the recipient.

System_CAPS_pubpropertySenderId

Gets or sets the GUID of the sender in Microsoft Dynamics Marketing or Microsoft Dynamics CRM.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethodToBrokeredMessage()

Creates a new brokered message with the compressed and serialized SdkMessage.(Inherited from SdkMessage.)

System_CAPS_pubmethodToBrokeredMessage(String^)

Creates a new brokered message with the compressed and serialized SdkMessage.(Inherited from SdkRequest.)

System_CAPS_pubmethodToString()

(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.

Return to top
Show: