AddressBook Members

Include Protected Members
Include Inherited Members

The AddressBook class is the base class for classes that provide top-level access to the Recipient API objects for a virtual server.

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 Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
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 GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
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.
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top