Click or drag to resize

EmailManagerRemoveFromUnsubscribeList 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
public bool RemoveFromUnsubscribeList(
	string emailAddress
)

Parameters

emailAddress
Type: SystemString
The email address to remove.

Return Value

Type: Boolean
true if the operation is successful

Implements

IEmailManagerRemoveFromUnsubscribeList(String)
See Also