DistributionGroupFlags Enumeration

Indicates whether all e-mail that is addressed to an e-mail distribution group or only authenticated e-mail is received by the group from Microsoft Exchange.

Namespace:  Microsoft.SharePoint.EmailIntegration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Enumeration DistributionGroupFlags
'Usage
Dim instance As DistributionGroupFlags
public enum DistributionGroupFlags

Members

Member name Description
None All e-mail is received by the group.
OnlyAllowAuthenticatedEmail Only authenticated e-mail is received by the group.

Remarks

The DistributionGroupFlags enumeration is used primarily as a parameter for the CreateDistributionGroup and ModifyDistributionGroup methods.

If OnlyAllowAuthenticatedEmail is passed, Microsoft Exchange deletes unauthenticated e-mail addressed to the group.

See Also

Reference

Microsoft.SharePoint.EmailIntegration Namespace