Application Members (Outlook)
Represents the entire Microsoft Outlook application.
Methods
Name |
Description |
---|---|
Returns the topmost Explorer object on the desktop. |
|
Returns the topmost Inspector object on the desktop. |
|
Returns an object representing the current Microsoft Outlook window on the desktop, either an Explorer or an Inspector object. |
|
Performs a search based on a specified DAV Searching and Locating (DASL) search string. |
|
Copies a file from a specified location into a Microsoft Outlook store. |
|
Creates and returns a new Microsoft Outlook item. |
|
Creates a new Microsoft Outlook item from an Outlook template (.oft) and returns the new item. |
|
Creates an Automation object of the specified class. |
|
Returns a NameSpace object of the specified type. |
|
Creates a strong or weak object reference for a specified Outlook object. |
|
Returns a Boolean indicating if a search will be synchronous or asynchronous. |
|
Closes all currently open windows. |
|
Refreshes the cache by obtaining the current definition from the Windows registry for one or all of the form regions that are defined for the local machine and the current user. |
Properties
Name |
Description |
---|---|
Returns an Application object that represents the parent Outlook application for the object. Read-only. |
|
Returns an IAssistance object used to invoke help. Read-only. |
|
Returns an OlObjectClass constant indicating the object's class. Read-only. |
|
Returns a COMAddIns collection that represents all the Component Object Model (COM) add-ins currently loaded in Microsoft Outlook. |
|
Returns a String representing the name of the default profile name. Read-only. |
|
Returns an Explorers collection object that contains the Explorer objects representing all open explorers. Read-only. |
|
Returns an Inspectors collection object that contains the Inspector objects representing all open inspectors. Read-only. |
|
Returns a Boolean to indicate if an add-in or external caller is considered trusted by Outlook. Read-only |
|
Returns a LanguageSettings object for the application that contains the language-specific attributes of Outlook. Read-only. |
|
Returns the display name for the object. Read-only. |
|
Returns the parent Object of the specified object. Read-only. |
|
Returns a PickerDialog object that provides the functionality to select people or data in a dialog box. Read-only. |
|
Returns a String specifying the Microsoft Outlook globally unique identifier (GUID). Read-only. |
|
Returns a Reminders collection that represents all current reminders. Read-only. |
|
Returns the NameSpace object for the current session. Read-only. |
|
Returns a TimeZones collection that represents the set of time zones supported by Outlook. Read-only. |
|
Returns or sets a String indicating the number of the version. Read-only. |
Events
Name |
Description |
---|---|
Occurs when the AdvancedSearch method has completed. |
|
Occurs when a specified Search object's Stop method has been executed. |
|
Occurs before the Sharing dialog box is displayed for a selected Folder object. |
|
Occurs when an Outlook item is loaded into memory. |
|
Occurs whenever an Microsoft Outlook item is sent, either by the user through an Inspector (before the inspector is closed, but after the user clicks the Send button) or when the Send method for an Outlook item, such as MailItem, is used in a program. |
|
Occurs after the user has logged onto the system. |
|
Occurs when one or more new e-mail messages are received in the Inbox. |
|
Occurs when a new item is received in the Inbox. |
|
Occurs whenever the user clicks the Add-in Options button on the Add-ins tab of the Outlook Options dialog box. |
|
Occurs when Microsoft Outlook begins to close. |
|
Occurs immediately before a reminder is displayed. |
|
Occurs when Microsoft Outlook is starting, but after all add-in programs have been loaded. |