AddressBook.Find Method

Include Protected Members
Include Inherited Members

When overridden in a derived class, the Find overload finds addresses in the address book.

Overload List

  Name Description
Public method Find(EnvelopeRecipientCollection) When overridden in a derived class, the Find method finds addresses in the address book that are based on the addresses specified in the recipients parameter.
Public method Find(RoutingAddress) When overridden in a derived class, the Find method finds an address in the address book based on the address specified in the smtpAddress parameter.
Public method Find([]) When overridden in a derived class, the Find method finds addresses in the address book that are based on the addresses specified in the smtpAddresses parameter.

Top