DistributionGroupBase.ExpansionServer Property
Gets or sets the Microsoft Exchange server that is used to expand the distribution group.
Namespace: Microsoft.Exchange.Data.Directory.Management
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public Property ExpansionServer As String
Get
Set
'Usage
Dim instance As DistributionGroupBase
Dim value As String
value = instance.ExpansionServer
instance.ExpansionServer = value
public string ExpansionServer { get; set; }
Property Value
Type: System.String
The Exchange server that is used to expand the distribution group.
Remarks
The default value is to use the closest Exchange server that has the Hub Transport server role installed.