Click or drag to resize

EmailManagerRemoveFromList Method

Removes from a managed list in the email service.

Namespace:  NetQuarry.Services
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public bool RemoveFromList(
	string listName,
	string emailAddress
)

Parameters

listName
Type: SystemString
The name of the list to remove the email address from
emailAddress
Type: SystemString
The email address to remove

Return Value

Type: Boolean
True if successful, else False.

Implements

IEmailManagerRemoveFromList(String, String)
See Also