ContactValueType Enumeration
The ContactValueType enumeration specifies the data type of vCard property values.
Namespace: Microsoft.Exchange.Data.ContentTypes.vCard
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Enumeration ContactValueType
'Usage
Dim instance As ContactValueType
public enum ContactValueType
Members
| Member name | Description | |
|---|---|---|
| Unknown | Contact value type is unknown. | |
| Binary | Contact value is a binary array of bytes. | |
| Boolean | Contact value is a [System.Boolean] value. | |
| Date | Contact value is the date portion of a [System.DateTime] value. | |
| DateTime | Contact value is a [System.DateTime] value. | |
| Float | Contact value is a float value. | |
| Integer | Contact value is an integer value. | |
| Text | Contact value is a [System.String] value. | |
| Time | Contact value is the time portion of a [System.DateTime] value. | |
| Uri | Contact value is a URI represented as a [System.String] value. | |
| UtcOffset | Contact value is an offset from UTC represented as a [System.TimeSpan] value. | |
| VCard | Contact value is an embedded vCard represented as an array of bytes. | |
| PhoneNumber | Contact value is a phone number represented as a [System.String] value. |