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 overridden in a derived class, the RemoteDomains property gets an instance of the RemoteDomainCollection class that represents the list of remote domains, as configured by the administrator, 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 RemoteDomains As RemoteDomainCollection
    Get
'Usage
Dim instance As SmtpServer
Dim value As RemoteDomainCollection
value = instance.RemoteDomains
public abstract RemoteDomainCollection RemoteDomains { get; }
Property value
Type: Microsoft.Exchange.Data.Transport.RemoteDomainCollection