IUccIncomingInvitationEvent 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 the event data used for custom media negotiation as part of an incoming invitation for an application session.

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

Syntax

'Declaration
Public Interface IUccIncomingInvitationEvent
    Inherits IUccIncomingRequestEvent, IUnknown
public interface IUccIncomingInvitationEvent : IUccIncomingRequestEvent, IUnknown
public interface class IUccIncomingInvitationEvent : IUccIncomingRequestEvent, IUnknown
public interface IUccIncomingInvitationEvent extends IUccIncomingRequestEvent, IUnknown
public interface IUccIncomingInvitationEvent extends IUccIncomingRequestEvent, IUnknown

Remarks

This interface inherits from the IUccIncomingRequestEvent interface. It represents an instance of invitation to an incoming application session. The members defined here represents data used in the custom media negotiation for establishing an application session.

Win32 COM/C++ Syntax

interface IUccIncomingInvitationEvent : IUccIncomingRequestEvent

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

IUccIncomingInvitationEvent Members
Microsoft.Office.Interop.UccApi Namespace