AddressBook.Find method
When overridden in a derived class, the Find overload finds addresses in the address book.
Overload list
Name | Description | |
---|---|---|
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. | |
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. | |
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