Edit

Share via


Utilities Class

Definition

Represents a collection of utility functions.

public ref class Utilities : Microsoft::Lync::Model::Internal::UCWFull
public class Utilities : Microsoft.Lync.Model.Internal.UCWFull
type Utilities = class
    inherit UCWFull
Public Class Utilities
Inherits UCWFull
Inheritance

Properties

ExchangeECPUrl

Returns Exchange Control Panel (ECP) Url

InnerObject (Inherited from UCWBase)

Methods

BeginAddToExternalContacts(Contact, AsyncCallback, Object)

Add the contact into external provider contacts

BeginComposeEmail(Contact, String, AsyncCallback, Object)

Launches a new Outlook message window pre-populated with the contact email address and subject string passed in the first two arguments of this method.

BeginComposeEmail(DistributionGroup, String, AsyncCallback, Object)

Launches a new Outlook message window pre-populated with the specified distribution group and subject string passed in the first two arguments of this method.

BeginComposeEmail(IEnumerable<Contact>, IEnumerable<DistributionGroup>, String, AsyncCallback, Object)

Opens an email window in order to compose new email

BeginScheduleMeeting(Contact, String, AsyncCallback, Object)

Launches a new Outlook Meeting window pre-populated with the email addresses in the specified contact list and meeting subject string passed in the first two arguments of this method.

BeginScheduleMeeting(DistributionGroup, String, AsyncCallback, Object)

Launches a new Outlook Meeting window pre-populated with the specified distribution group and meeting subject string passed in the first two arguments of this method.

BeginScheduleMeeting(IEnumerable<Contact>, IEnumerable<DistributionGroup>, String, AsyncCallback, Object)

Launches a new Outlook Meeting window pre-populated with the specified contacts, distribution group and meeting subject string passed in the first two arguments of this method.

CanInvoke(UtilitiesAction, Object)

Returns true if the utility action can be invoked.

EndAddToExternalContacts(IAsyncResult)

Blocks the calling thread until BeginAddToExternalContacts completes.

EndComposeEmail(IAsyncResult)

Blocks the calling thread until BeginComposeEmail completes.

EndScheduleMeeting(IAsyncResult)

Blocks the calling thread until BeginScheduleMeeting completes.

Finalize()
ShowPropertiesDialog(Object)

Show the property window of the contact or distribution group

Events

ExchangeECPUrlChanged

Raised exchange ecp url changed.

Applies to