Share via


Utilities Members

Include Protected Members
Include Inherited Members

Represents a collection of utility functions.

The Utilities type exposes the following members.

Methods

  Name Description
Public method BeginAddToExternalContacts Adds the contact into an external contact store provider such as Exchange service.
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 Blocks the calling thread until BeginAddToExternalContacts completes.
Public method EndComposeEmail Blocks the calling thread until BeginComposeEmail completes.
Public method EndScheduleMeeting Blocks the calling thread until BeginScheduleMeeting completes.
Public method Equals (inherited from Object)
Protected method Finalize (inherited from Object)
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 Shows the property window of the email contact or distribution group.
Public method ToString (inherited from Object)

Top

See Also

Reference

Utilities Class

Microsoft.Lync.Model Namespace