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:  Microsoft.SharePoint.EmailIntegration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Enumeration ContactFlags
'Usage
Dim instance As ContactFlags
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

Microsoft.SharePoint.EmailIntegration namespace