Utilities members
Represents a collection of utility functions.
The Utilities type exposes the following members.
Properties
Name | Description | |
---|---|---|
ExchangeECPUrl | Returns Exchange Control Panel (ECP) Url |
Top
Methods
Name | Description | |
---|---|---|
BeginAddToExternalContacts | Add the contact into external provider contacts | |
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 | Add the contact into external provider contacts | |
EndComposeEmail | Opens an email window in order to compose new email | |
EndScheduleMeeting | Schedule a meeting | |
Equals | (Inherited from Object.) | |
Finalize | (Overrides UCWFullFinalize().) | |
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 | Show the property window of the contact or distribution group | |
ToString | (Inherited from Object.) |
Top
Events
Name | Description | |
---|---|---|
ExchangeECPUrlChanged | Raised exchange ecp url changed. |
Top