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

MailAddressList.Contains Method 

Determines whether a given MailAddress is in the MailAddressList.

public virtual bool Contains(
   MailAddress item
);

Parameters

item
The MailAddress to check for.

Return Value

true if item is found in the MailAddressList; otherwise, false.

See Also

MailAddressList Class | SmtPop Namespace