Click or drag to resize

IEmailManagerRemoveFromUnsubscribeList Method

Remove from all bounce lists

Namespace:  NetQuarry.Services
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
bool RemoveFromUnsubscribeList(
	string emailAddress
)

Parameters

emailAddress
Type: SystemString
The email address to remove.

Return Value

Type: Boolean
True if the operation is successful, else False.
See Also