PropertyId enumeration
The PropertyId enumeration defines vCard contact component properties.
Namespace: Microsoft.Exchange.Data.ContentTypes.vCard
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Enumeration PropertyId
'Usage
Dim instance As PropertyId
public enum PropertyId
Members
Member name | Description | |
---|---|---|
Unknown | Unknown contact property. | |
Profile | Profile of the contact. | |
Name | Name of the contact's vCard. | |
Source | Source of the contact information. | |
CommonName | Full name (FN) of the contact. | |
StructuredName | Structured name of the contact. | |
Nickname | Nickname of the contact. | |
Photo | Photo of the contact. | |
Birthday | The date of birth of the contact. | |
Address | Street address of the contact. | |
Label | Postal address label of the contact. | |
Phone | Phone number of the contact. | |
E-mail address of the contact. | ||
Mailer | Electronic mail software used by the contact. | |
TimeZone | Time zone of the contact's location. | |
GeoPosition | Geocoded location of the contact. | |
JobTitle | Job title of the contact. | |
Role | Role of the contact. | |
Logo | Logo image of the contact. | |
Agent | The person acting on behalf of this contact. | |
Organization | Organization affiliation of the contact. | |
Categories | Categories to which the contact is assigned. | |
Note | Notes associated with the contact. | |
ProductId | Product identifier associated with the contact. | |
Revision | Last change date of the contact. | |
SortString | Sort string used when sorting contacts. | |
Sound | Sound information associated with the contact. | |
UID | Identifier associated with the contact. | |
URL | URL of Web resource associated with the contact. | |
Version | Version of the contact information. | |
Class | Access classification for the contact. | |
Key | Public key/certificate associated with the contact. |