IUccPresenceFreeBusyInformation Interface

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

Encapsulates a piece of free/busy information as part of a user's presence description.

Namespace: Microsoft.Office.Interop.UccApi
Assembly: Microsoft.Office.Interop.UccApi (in microsoft.office.interop.uccapi.dll)

Syntax

'Declaration
Public Interface IUccPresenceFreeBusyInformation
    Inherits IUnknown
public interface IUccPresenceFreeBusyInformation : IUnknown
public interface class IUccPresenceFreeBusyInformation : IUnknown
public interface IUccPresenceFreeBusyInformation extends IUnknown
public interface IUccPresenceFreeBusyInformation extends IUnknown

Remarks

A free/busy information is a description of a user's calendar state for a period of time from a given starting time. The information is a base64 encoded binary blob. A user's free/busy information can be displayed as "free now, busy at 3PM" if a user's calendar shows no appointment from now until 3 PM when a meeting is scheduled. This interface is used to describe the FreeBusyInformation property on an IUccPresenceCalendarDataInstance object.

Win32 COM/C++ Syntax

interface IUccPresenceFreeBusyInformation : IUnknown

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2000 with Service Pack 4, Windows Server 2003, Windows Vista Ultimate Edition, Windows Vista Business Edition, Windows Vista Enterprise Edition

Target Platforms

See Also

Reference

IUccPresenceFreeBusyInformation Members
Microsoft.Office.Interop.UccApi Namespace