Simple Mail and Post Office Protocol for .Net (SmtPop)

MailAddressList.Remove Method 

Removes the first occurrence of a specific MailAddress from the MailAddressList.

public virtual void Remove(
   MailAddress item
);

Parameters

item
The MailAddress to remove from the MailAddressList.

Exceptions

Exception Type Condition
ArgumentException The specified MailAddress was not found in the MailAddressList.

See Also

MailAddressList Class | SmtPop Namespace