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.
Assembly: Microsoft.Dynamics.Marketing.SDK (in Microsoft.Dynamics.Marketing.SDK.dll)
Microsoft.Dynamics.Marketing.SDK.Common::SdkMessage
Microsoft.Dynamics.Marketing.SDK.Common::SdkRequest
Microsoft.Dynamics.Marketing.SDK.Messages.MarketingList::RemoveContactFromMarketingListByEmailRequest
| Name | Description | |
|---|---|---|
![]() | RemoveContactFromMarketingListByEmailRequest() | Initializes a new instance of the RemoveContactFromMarketingListByEmailRequest class. |
| Name | Description | |
|---|---|---|
![]() | ContactEmail | Gets or sets the contact email address to remove from the marketing list. |
![]() | MarketingListId | Gets or sets the ID of the marketing list to remove the email from. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToBrokeredMessage() | Creates a new brokered message with the compressed and serialized SdkMessage.(Inherited from SdkMessage.) |
![]() | ToBrokeredMessage(String^) | Creates a new brokered message with the compressed and serialized SdkMessage.(Inherited from SdkRequest.) |
![]() | ToString() | 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.
RemoveContactFromMarketingListByEmailResponse
Microsoft.Dynamics.Marketing.SDK.Messages.MarketingList Namespace
Developer overview of Microsoft Dynamics Marketing
Introduction to marketing entities
Getting started with the SDK
Quick start with sample code
Sample: Work with marketing lists
Assembly included in the Microsoft Dynamics Marketing SDK
Web service and assembly reference


