ActiveDirectorySite.PreferredSmtpBridgeheadServers Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a collection of directory servers that are designated as preferred bridgehead servers for the SMTP transport.
public:
property System::DirectoryServices::ActiveDirectory::DirectoryServerCollection ^ PreferredSmtpBridgeheadServers { System::DirectoryServices::ActiveDirectory::DirectoryServerCollection ^ get(); };
public System.DirectoryServices.ActiveDirectory.DirectoryServerCollection PreferredSmtpBridgeheadServers { get; }
member this.PreferredSmtpBridgeheadServers : System.DirectoryServices.ActiveDirectory.DirectoryServerCollection
Public ReadOnly Property PreferredSmtpBridgeheadServers As DirectoryServerCollection
Property Value
A DirectoryServerCollection object that contains a collection of directory servers that are designated as preferred bridgehead servers for the SMTP transport.
Exceptions
A call to the underlying directory service resulted in an error.
The target server is either busy or unavailable.
The object has been disposed.