SPIncomingEmailService.DistributionGroupsEnabled-Eigenschaft
Dient zum Abrufen oder Festlegen eines booleschen Werts, das angibt, ob die Erstellung von Verteilergruppen aus SharePoint-Websites zu ermöglichen.
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; }
Eigenschaftswert
Typ: System.Boolean
true zum Erstellen von Verteilergruppen aus SharePoint-Websites zu ermöglichen; andernfalls false.