Removes the email address with the specified key (name) from the ContactEmailDictionary.
Namespace: Ipswitch.Messaging.Framework
Assembly: Ipswitch.Messaging.Framework (in Ipswitch.Messaging.Framework.dll) Version: 1.0.0.0
Syntax
Parameters
- key
- Type: System.String
The key (name) of the email address to remove.
Return Value
Type: Booleantrue if the email address is successfully removed; otherwise false. This method also returns false if the key was not found.
Implements
IDictionary<TKey, TValue>.Remove(TKey)See Also