SPIncomingEmailService.DistributionGroupsEnabled property
Gets or sets a Boolean value that specifies whether to allow creation of distribution groups from SharePoint sites.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property DistributionGroupsEnabled As Boolean
Get
Set
'Usage
Dim instance As SPIncomingEmailService
Dim value As Boolean
value = instance.DistributionGroupsEnabled
instance.DistributionGroupsEnabled = value
public bool DistributionGroupsEnabled { get; set; }
Property value
Type: System.Boolean
true to allow creation of distribution groups from SharePoint sites; otherwise, false.