Share via


Utilities Class (Lync 2010 SDK)

The utilities class within a LyncClient instance contains several methods useful in performing specific functions.

Utilities Methods

The following figure illustrates the methods available from the Microsoft.Lync.Model.Utilities class.

Hh378623.OCOM_Utilites(en-us,office.14).jpg

Methods included in the Utilities class:

  • AddToExternalContacts Add a contact to the list of external contacts.

  • ComposeEmail Create an e-mail to be sent to a specified recipient with a specified subject.

  • CreateNamedPropertyList Create a named property list. For an example using a named property list, see Walkthrough: Start an IM Conversation (Lync 2010 SDK).

  • ScheduleMeeting Schedule a meeting that includes specified participants with a specified subject.

  • ShowPropertiesDialog Show the properties dialog for the specified context.

Before you call any of the utility methods from the previous list, you must call UtilitiesCanInvoke(UtilitiesAction) to determine if the client can invoke the utility method.

See Also

Concepts

Walkthrough: Start an IM Conversation (Lync 2010 SDK)