IUccSession Members

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 communication and collaboration session.

The following tables list the members exposed by the IUccSession type.

Public Properties

  Name Description
Cc703190.pubproperty(en-us,office.12).gif Context Gets the context object associated with the session.
Cc703190.pubproperty(en-us,office.12).gif LocalParticipant Gets the local participant of the session.
Cc703190.pubproperty(en-us,office.12).gif Participants Returns the collection of participants that are currently participating in the session.
Cc703190.pubproperty(en-us,office.12).gif Type Gets the session type.

Top

Public Methods

  Name Description
Cc703190.pubmethod(en-us,office.12).gif AddParticipant Raised when an AddParticipant request is processed.
Cc703190.pubmethod(en-us,office.12).gif CreateParticipant Creates a new instance of IUccSessionParticipant for a remote participant.
Cc703190.pubmethod(en-us,office.12).gif RemoveParticipant Removes an existing participant from the session participant collection.
Cc703190.pubmethod(en-us,office.12).gif Terminate Terminates a session.

Top

See Also

Reference

IUccSession Interface
Microsoft.Office.Interop.UccApi Namespace

Other Resources

Code Listing: Basic Event Registration and Other Helper Methods in C#