RemoveContactFromMarketingListByEmailRequest Class

 

Applies To: Dynamics Marketing

Contains the data that’s needed to remove a contact from a marketing list by the contact’s email address.

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::RemoveContactFromMarketingListByEmailRequest

[DataContractAttribute]
public ref class RemoveContactFromMarketingListByEmailRequest : SdkRequest

NameDescription
System_CAPS_pubmethodRemoveContactFromMarketingListByEmailRequest()

Initializes a new instance of the RemoveContactFromMarketingListByEmailRequest class.

NameDescription
System_CAPS_pubpropertyContactEmail

Gets or sets the contact email address to remove from the marketing list.

System_CAPS_pubpropertyMarketingListId

Gets or sets the ID of the marketing list to remove the email from.

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 request to a string representation.(Overrides Object::ToString().)

If two contacts in the list have the same email address, only one of the contacts is removed.

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: