Click or drag to resize

IEmailManagerRemoveFromList 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
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.
See Also