Utilities Members
Include Protected Members
Include Inherited Members
Represents a collection of utility functions.
The Utilities type 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<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. | |
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<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. | |
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) | |
MemberwiseClone(Boolean) | (inherited from MarshalByRefObject) | |
ShowPropertiesDialog | Shows the property window of the email contact or distribution group. | |
ToString | (inherited from Object) |
Top