Enumerates the contact information item types.

Namespace:  Microsoft.Lync.Model
Assembly:  Microsoft.Lync.Model(in Microsoft.Lync.Model.dll)

Syntax

C#
public 
enum 
ContactInformationType

Members

Member name Value Description
Availability 0
Contact availability. Contact information item value type is AvailabilityType enumeration.
ActivityId 1
A token describing current contact activity. Contact information item value type is String.
LocationName 2
The name of a contact's location. Contact information item value type is String.
TimeZone 3
Time zone. Contact information item value type is String.
TimeZoneBias 4
Time zone bias. Contact information item value type is Long.
MeetingSubject 5
Meeting subject. Contact information item value type is String.
MeetingLocation 6
Meeting location. Contact information item value type is String.
Activity 7
A contact's current activity (for example, on the phone, in a meeting, or available). Contact information item value type is String.
CustomActivity 8
A customized activity string. Contact information item value type is String.
IdleStartTime 9
Time when a contact became idle. Contact information item value type is DateTime. DateTime value is returned as UTC value. You must convert to local time by calling DateTime.ToLocalTime().
DisplayName 10
Display name of a contact. Contact information item value type is String.
InstantMessageAddresses 11
A collection of contact's instant messaging addresses. Contact information item value type is Array of strings.
PrimaryEmailAddress 12
The primary e-mail address. Contact information item value type is String.
EmailAddresses 13
A collection of contact's e-mail addresses, the first element is the primary e-mail address. Contact information item value type is Array of strings.
Title 14
The contact's title. Contact information item value type is String.
Company 15
The contact's company. Contact information item value type is String.
Department 16
The contact's department. Contact information item value type is String.
Office 17
The contact's office location. Contact information item value type is String.
HomePageUrl 18
The contact's homepage Url
Photo 19
A contact's photo. Contact information item value type is Stream object.
DefaultNote 20
The default note, shown if no other note is set. Contact information item value type is String.
DefaultNoteType 21
Default note type (for example, personal or out-of-office). Contact information item value type is DefaultNoteType enumeration.
PersonalNote 22
A personal note. Contact information item value type is String.
OutOfficeNote 23
An out-of-office note. Contact information item value type is String.
SourceNetwork 24
The contact source network. Contact information item value type is SourceNetworkType enumeration.
IconUrl 25
URL of the icon associated with a contact from a federated public network. Contact information item value type is String.
IconStream 26
The icon associated with a contact from a federated public network. Contact information item value type is Stream object.
ContactEndpoints 27
Collection of contact's collaboration endpoints (SIP or TEL endpoints). Contact information item value type is an array of CollaborationEndpoint objects.
CurrentCalendarState 28
Contact's current calendar state (for example, free, busy, or out of office). Contact information item value type is ContactCalendarState enumeration
NextCalendarState 29
Contact's next calendar state (for example, free, busy, or out of office). Contact information item value type is ContactCalendarState enumeration
NextCalendarStateStartTime 30
Start time of the next calendar state. Contact information item value type is DateTime object. DateTime value is returned as UTC value. You must convert to local time by calling DateTime.ToLocalTime().
Reserved1 31
Reserved for future use.
CapabilityString 32
Current contact capability. (for example, voice only, or IM only). Contact information item value type is String.
Capabilities 33
Combination of contact capabilities. Contact information item value type is ContactCapabilities enumeration.
ContactType 34
Contact's type. Contact information item value type is ContactPresentityType enumeration.
Description 35
Contact's description. Contact Information item value type is String.
Reserved2 36
Reserved for future use.
FirstName 37
Contact's first name. Contact information item value type is String.
LastName 38
Contact's last name. Contact information item value type is String.
Reserved3 39
Reserved for future use.
Reserved4 40
Reserved for future use.
Reserved5 41
Reserved for future use.
Reserved6 42
Reserved for future use.
Reserved7 43
Reserved for future use.
Invalid -1

See Also