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
)
Function RemoveFromUnsubscribeList (
emailAddress As String
) As Boolean
Parameters
- emailAddress
- Type: SystemString
The email address to remove.
Return Value
Type:
BooleanTrue if the operation is successful, else False.
See Also