IUccContact 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 contact of the local user.

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

Syntax

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

Remarks

An IUccContact instance is a type-specific category instance. A contact instance is created when a contact's IUccCategoryInstance is created. This interface can be queried from an IUccCategoryInstance object. A contact is a user whose presence and other category instances the local user has subscribed to. In contrast a subscriber (IUccSubscriber) is a user who is subscribing to the presence and other category instances of the local user.

Win32 COM/C++ Syntax

interface IUccContact : 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

IUccContact Members
Microsoft.Office.Interop.UccApi Namespace