Click or drag to resize

IEmailManagerAddToUnsubscribeList Method

Adds a valid email address to the unsubscribe list

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

Parameters

emailAddress
Type: SystemString
The email address to add to the unsubscribe list.

Return Value

Type: Boolean
true if the call was successful, false otherwise.
See Also