ContactComplianceMode Enumeration
The ContactComplianceMode enumeration sets the compliance mode for vCard contacts.
Namespace: Microsoft.Exchange.Data.ContentTypes.vCard
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Enumeration ContactComplianceMode
'Usage
Dim instance As ContactComplianceMode
public enum ContactComplianceMode
Members
| Member name | Description | |
|---|---|---|
| Loose | Indicates that exceptions should not be thrown for non-compliant vCard contacts. | |
| Strict | Indicates that vCard data must follow the vCard 3.0 standard. |