EmailMessage Class

 

Applies To: Dynamics Marketing

Represents a Microsoft Dynamics Marketing email marketing message.

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

Inheritance Hierarchy

System.Object
  Microsoft.Dynamics.Marketing.SDK.Model.EmailMessage

Syntax

[DataContractAttribute]
public class EmailMessage
[DataContractAttribute]
public ref class EmailMessage 
[<DataContractAttribute>]
type EmailMessage = class end
<DataContractAttribute>
Public Class EmailMessage

Constructors

Name Description
System_CAPS_pubmethod EmailMessage()

Initializes a new instance of the EmailMessage class.

Properties

Name Description
System_CAPS_pubproperty Designation

Gets or sets the designation (transactional or promotional) of the email message.

System_CAPS_pubproperty Id

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

System_CAPS_pubproperty Name

Gets or sets the name of the email message.

System_CAPS_pubproperty Subject

Gets or sets the subject of the email message.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.Dynamics.Marketing.SDK.Model Namespace
Developer overview of Microsoft Dynamics Marketing
Introduction to marketing entities
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

Return to top