Enumerates the contact information items for update.

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

Syntax

C#
public 
enum 
PublishableContactInformationType

Members

Member name Value Description
Availability 0
Availability, contact information item value type is LONG.
ActivityId 1
Activity ID is a string ID for activity information, predefined by Lync server.
CustomActivityId 2
Custom Activity ID, an index for the CustomAvailabilityState that is returned from GetPublishableCustomAvailabilityStates method.
LocationName 3
Location, string representing location name to be published.
PersonalNote 4
Personal note, the personal note string to be published.
DisplayPhoto 5
Display Active Directory photo, DisplayADPhotoType enumeration, indicating if photo is published from Active directory.
PhotoUrl 6
Photo URL, a public accessible Url pointing to the photo, if not using active directory photo.
Invalid -1

See Also