SendCommercialEmailMessageByIdResponse Class

 

Applies To: Dynamics Marketing

Contains the response from the SendCommercialEmailMessageByIdRequest class.

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::SdkResponse
      Microsoft.Dynamics.Marketing.SDK.Messages.EmailMessage::SendEmailMessageResponse
        Microsoft.Dynamics.Marketing.SDK.Messages.EmailMessage::SendCommercialEmailMessageByIdResponse

[DataContractAttribute]
public ref class SendCommercialEmailMessageByIdResponse : SendEmailMessageResponse

NameDescription
System_CAPS_pubmethodSendCommercialEmailMessageByIdResponse()

Initializes a new instance of theSendCommercialEmailMessageByIdResponse class.

NameDescription
System_CAPS_pubpropertyMessage

Gets or sets the response message.(Inherited from SdkResponse.)

System_CAPS_pubpropertyQueuedSuccessfully

Gets or sets the response for a sent email message.(Inherited from SendEmailMessageResponse.)

System_CAPS_pubpropertyTrackingItemId

Gets or sets the object ID that tracks the status of the email that was queued to be sent. (Inherited from SendEmailMessageResponse.)

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^)

Converts the SDK response message to a brokered message.(Inherited from SdkResponse.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

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: