Share via


ContactComplianceStatus Enumeration

The ContactComplianceStatus enumeration defines vCard contact compliance errors.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace:  Microsoft.Exchange.Data.ContentTypes.vCard
Assembly:  Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration ContactComplianceStatus
'Usage
Dim instance As ContactComplianceStatus
[FlagsAttribute]
public enum ContactComplianceStatus

Members

Member name Description
Compliant The vCard data complies with the vCard 3.0 standard.
StreamTruncated A stream ended unexpectedly.
PropertyTruncated A property ended unexpectedly.
InvalidCharacterInPropertyName An invalid character is present in a vCard property name.
InvalidCharacterInParameterName An invalid character is present in the vCard parameter name.
InvalidCharacterInParameterText An invalid character is present in a vCard parameter's text.
InvalidCharacterInQuotedString An invalid character is present in a quoted string.
InvalidCharacterInPropertyValue An invalid character is present in a vCard property value.
NotAllComponentsClosed Not all vCard components that were opened have been closed.
ParametersOnComponentTag A vCard component cannot have an associated parameter.
EndTagWithoutBegin A vCard data tag was closed without a corresponding beginning tag.
ComponentNameMismatch A vCard data component closes with a different component name.
InvalidValueFormat A vCard value is in the wrong format for the value.
EmptyParameterName A required vCard data parameter was not supplied.
EmptyPropertyName A required vCard parameter name was not specified.
EmptyComponentName The vCard component name was not specified.
PropertyOutsideOfComponent All vCard properties must be inside a vCard component.
InvalidParameterValue A vCard parameter has an invalid value.
ParameterNameMissing A vCard parameter name is missing.