The Utilitiestype exposes the following members.
Methods
Name | Description | |
---|---|---|
BeginAddToExternalContacts |
Adds the contact into an external contact
store provider such as Exchange service.
|
|
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 < (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.
|
|
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.
|
|
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 < (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.
|
|
CanInvoke |
Returns true if the utility action can be
invoked.
|
|
CreateObjRef | (Inherited from MarshalByRefObject.) | |
EndAddToExternalContacts |
Blocks the calling thread until
BeginAddToExternalContacts completes.
|
|
EndComposeEmail |
Blocks the calling thread until
BeginComposeEmail completes.
|
|
EndScheduleMeeting |
Blocks the calling thread until
BeginScheduleMeeting completes.
|
|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetLifetimeService | (Inherited from MarshalByRefObject.) | |
GetType | (Inherited from Object.) | |
InitializeLifetimeService | (Inherited from MarshalByRefObject.) | |
MemberwiseClone () () () () | (Inherited from Object Object.) | |
MemberwiseClone(Boolean) | (Inherited from MarshalByRefObject MarshalByRefObject.) | |
ShowPropertiesDialog |
Shows the property window of the email contact
or distribution group.
|
|
ToString | (Inherited from Object.) |