Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
When overriden in a derived class, the AddressBook property gets an instance of the AddressBook class that represents the address book for this Simple Mail Transfer Protocol (SMTP) server.
Namespace:  Microsoft.Exchange.Data.Transport
Assembly:  Microsoft.Exchange.Data.Transport (in Microsoft.Exchange.Data.Transport.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property AddressBook As AddressBook
    Get
'Usage
Dim instance As SmtpServer
Dim value As AddressBook
value = instance.AddressBook
public abstract AddressBook AddressBook { get; }
Property value
Type: Microsoft.Exchange.Data.Transport.AddressBook