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
)
Public Function AddToUnsubscribeList (
emailAddress As String
) As Boolean
Parameters
- emailAddress
- Type: SystemString
The email address to add to the unsubscribe list.
Return Value
Type:
Booleantrue if the call was successful, false otherwise.
Implements
IEmailManagerAddToUnsubscribeList(String)See Also