AddressBook methods

The AddressBook type exposes the following members.

Methods

  Name Description
Public method Contains When overridden in a derived class, the Contains method indicates whether the address book contains the specified address.
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.
Public method IsInternal(RoutingAddress)
Public method IsInternal(RoutingDomain)
Public method IsInternalTo(RoutingAddress, RoutingAddress)
Public method IsInternalTo(RoutingAddress, RoutingDomain)
Public method IsMemberOf When overridden in a derived class, the IsMemberOf method indicates whether the specified recipient belongs to the specified group.
Public method IsSameRecipient When overridden in a derived class, the IsSameRecipient method indicates whether the specified addresses refer to the same recipient.

Top

See also

Reference

AddressBook class

Microsoft.Exchange.Data.Transport namespace