SPIncomingEmailService.RemoteDirectoryManagementService property
Gets or sets a Boolean value that specifies whether to use a remote directory management service to create distribution groups and contacts.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property RemoteDirectoryManagementService As Boolean
Get
Set
'Usage
Dim instance As SPIncomingEmailService
Dim value As Boolean
value = instance.RemoteDirectoryManagementService
instance.RemoteDirectoryManagementService = value
public bool RemoteDirectoryManagementService { get; set; }
Property value
Type: System.Boolean
true to specify that the directory management service is remote; otherwise, false.