IUccSubscription 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 subscription.
The following tables list the members exposed by the IUccSubscription type.
Public Properties
Name | Description | |
---|---|---|
CategoryNames | Gets the collection of the names of the categories subscribed to by the local user. | |
Context | Gets the subscription context. | |
Presentities | Gets a collection of presentities in this subscription. |
Top
Public Methods
Name | Description | |
---|---|---|
AddCategoryName | Adds a category name to this subscription. | |
AddPresentity | Add a presentity to this subscription. | |
CreatePresentity | Creates a presentity identifying the publisher of category instances to be subscribed. | |
Query | Starts a one-time query of the specified category instances. | |
RemoveCategoryName | Removes a category name from this subscription. | |
RemovePresentity | Removes a presentity from this subscription. | |
Subscribe | Begins the subscription. | |
Unsubscribe | Stops the subscription. |
Top
See Also
Reference
IUccSubscription Interface
Microsoft.Office.Interop.UccApi Namespace
Other Resources
Code Listing: Basic Event Registration and Other Helper Methods in C#