NewReceiveConnector.DefaultDomain property
Namespace: Microsoft.Exchange.Management.SystemConfigurationTasks
Assembly: Microsoft.Exchange.Management (in Microsoft.Exchange.Management.dll)
Syntax
'Declaration
Public Property DefaultDomain As AcceptedDomainIdParameter
Get
Set
'Usage
Dim instance As NewReceiveConnector
Dim value As AcceptedDomainIdParameter
value = instance.DefaultDomain
instance.DefaultDomain = value
public AcceptedDomainIdParameter DefaultDomain { get; set; }
Property value
Type: Microsoft.Exchange.Configuration.Tasks.AcceptedDomainIdParameter
See also
Reference
Microsoft.Exchange.Management.SystemConfigurationTasks namespace