AddressBook.Find Method
When overridden in a derived class, the Find overload finds addresses in the address book.
Overload List
| Name | Description | 
|---|---|
| AddressBook.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.
 | 
| AddressBook.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.
 | 
| AddressBook.Find (RoutingAddress[]) | 
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.
 | 
See Also