Share via


SmtpServer.AddressBook property

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

See also

Reference

SmtpServer class

SmtpServer members

Microsoft.Exchange.Data.Transport namespace