Click or drag to resize

EmailManagerAddToUnsubscribeList Method

Adds a valid email address to the sendgrid unsubscribe list

Namespace:  NetQuarry.Services
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public 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.

Implements

IEmailManagerAddToUnsubscribeList(String)
See Also