AddContactsToMarketingListByEmailsRequest Class

 

Applies To: Dynamics Marketing

Contains the data that is needed to add multiple contacts to a marketing list by their email addresses.

Namespace:   Microsoft.Dynamics.Marketing.SDK.Messages.MarketingList
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.MarketingList::AddContactsToMarketingListByEmailsRequest

[DataContractAttribute]
public ref class AddContactsToMarketingListByEmailsRequest : SdkRequest

NameDescription
System_CAPS_pubmethodAddContactsToMarketingListByEmailsRequest()

Initializes a new instance of the AddContactsToMarketingListByEmailsRequest class.

NameDescription
System_CAPS_pubpropertyContactEmails

Gets or sets the contact emails.

System_CAPS_pubpropertyMarketingListId

Gets or sets the marketing list ID.

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

Converts the details of response to a string representation.(Overrides Object::ToString().)

If the email address doesn’t exist in the system as the email address of a contact, the email address will be skipped.

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: