ContactFlags Enumeration

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

Namespace:  websvcSharepointDirectoryManagementService
Assembly:  STSSOAP (in STSSOAP.dll)

Syntax

<SerializableAttribute> _
Public Enumeration ContactFlags

Dim instance As ContactFlags
[SerializableAttribute]
public enum ContactFlags

Members

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

Remarks

The ContactFlags enumeration is used primarily as a parameter for the CreateContact and ModifyContact methods.

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

See Also

Reference

websvcSharepointDirectoryManagementService Namespace