IEmailManagerRemoveFromList Method |
Removes from a managed list in the email service.
Namespace:
NetQuarry.Services
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax bool RemoveFromList(
string listName,
string emailAddress
)
Function RemoveFromList (
listName As String,
emailAddress As String
) As Boolean
Parameters
- listName
- Type: SystemString
The name of the list to remove the email address from - emailAddress
- Type: SystemString
The email address to remove
Return Value
Type:
BooleanTrue if successful, else False.
See Also