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:  WebSvcsharepointemailws
Assembly:  STSSOAP (in STSSOAP.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Enumeration DistributionGroupFlags
'Usage
Dim instance As DistributionGroupFlags
[SerializableAttribute]
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

WebSvcsharepointemailws namespace