Search notes:

Outlook Object Model: Application

Methods and properties

activeExplorer() Returns the «top-most» explorer object on the desktop
activeInspector() Returns the «top-most» inspector object on the desktop
activeWindow() Returns the «top-most» window on the desktop (which is either an explorer or an inspector).
advancedSearch() Search with DAV Searching and Locating (DASL), returns a search object. See also the isSearchSynchronous() method.
application
assistance
class
COMAddIns
copyFile() Copies a file into an Outlook store.
createItem() Creates a new Outlook item.
createItemFromTemplate() Creates a new Outlook item from a template (oft)
createObject() Obsoleted by VBA's createObject() function.
defaultProfileName
explorers
getNamespace() Gets a namespace. There is only one supported namespace: MAPI.
getObjectReference()
inspectors
isSearchSynchronous()
isTrusted
languageSettings
name
parent
pickerDialog
productCode
quit() Close all currently open windows.
refreshFormRegionDefinition()
reminders
session Returns a nameSpace object (which is the same as returned by application.getNamespace("MAPI")).
timeZones The timezones that are supported by Outlook, based on information found under HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones.
version
Note that Outlook's application object, unlike other Office product's application object does not have a VBE property that refers to the VB Editor's Object Model's root object.

Events

advancedSearchComplete Triggered on completion of advancedSearch()
advancedSearchStopped
beforeFolderSharingDialog
itemLoad
itemSend
mAPILogonComplete
newMail
newMailEx
optionsPagesAdd
quit
reminder
startup

See also

Outlook Object Model

Index