The Utilitiestype 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 < (Of < <' ( Contact > ) > > ) , IEnumerable < (Of < <' ( 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 < (Of < <' ( Contact > ) > > ) , IEnumerable < (Of < <' ( 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 Object.)
Protected method MemberwiseClone(Boolean) (Inherited from MarshalByRefObject MarshalByRefObject.)
Public method ShowPropertiesDialog
Shows the property window of the email contact or distribution group.
Public method ToString (Inherited from Object.)

See Also