This class represents presence for Office Communicator 2005 clients or Public Cloud users.

Namespace:  Microsoft.Rtc.Collaboration.Presence
Assembly:  Microsoft.Rtc.Collaboration(in Microsoft.Rtc.Collaboration.dll)

Syntax

Visual Basic (Declaration)
Public 
Class 
PidfDocument
C#
public 
class 
PidfDocument
Visual C++
public 
ref class 
PidfDocument
JavaScript

Microsoft.Rtc.Collaboration.Presence.PidfDocument = 
function();

Type.createClass(
		'Microsoft.Rtc.Collaboration.Presence.PidfDocument');

Remarks

The presence for these users is represented as a PIDF document based on the rules specified in RFC 3863.

Inheritance Hierarchy

Object
   Microsoft.Rtc.Collaboration.Presence . . :: . PidfDocument

See Also