Utilities members

Represents a collection of utility functions.

The Utilities type exposes the following members.

Properties

  Name Description
Public property ExchangeECPUrl Returns Exchange Control Panel (ECP) Url

Top

Methods

  Name Description
Public method BeginAddToExternalContacts Add the contact into external provider contacts
Public method 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.
Public 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.
Public method BeginComposeEmail(IEnumerable<Contact>, IEnumerable<DistributionGroup>, String, AsyncCallback, Object) Launches a new Outlook message window pre-populated with the email addresses in the specified contact list and subject string passed in the first two arguments of this method.
Public method BeginScheduleMeeting(Contact, String, AsyncCallback, Object) Launches a new Outlook Meeting window pre-populated with the email address of the specified contact and meeting subject string passed in the first two arguments of this method.
Public 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.
Public method BeginScheduleMeeting(IEnumerable<Contact>, IEnumerable<DistributionGroup>, 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.
Public method CanInvoke Returns true if the utility action can be invoked.
Public method CreateObjRef (Inherited from MarshalByRefObject.)
Public method EndAddToExternalContacts Add the contact into external provider contacts
Public method EndComposeEmail Opens an email window in order to compose new email
Public method EndScheduleMeeting Schedule a meeting
Public method Equals (Inherited from Object.)
Protected method Finalize (Overrides UCWFullFinalize().)
Public method GetHashCode (Inherited from Object.)
Public method GetLifetimeService (Inherited from MarshalByRefObject.)
Public method GetType (Inherited from Object.)
Public method InitializeLifetimeService (Inherited from MarshalByRefObject.)
Protected method MemberwiseClone() (Inherited from Object.)
Protected method MemberwiseClone(Boolean) (Inherited from MarshalByRefObject.)
Public method ShowPropertiesDialog Show the property window of the contact or distribution group
Public method ToString (Inherited from Object.)

Top

Events

  Name Description
Public event ExchangeECPUrlChanged Raised exchange ecp url changed.

Top

See also

Reference

Utilities class

Microsoft.Lync.Model namespace