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