Share via


SmtpServer.RemoteDomains property

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

See also

Reference

SmtpServer class

SmtpServer members

Microsoft.Exchange.Data.Transport namespace