Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents an abstract root object for any data source.
Methods
Name |
Description |
|---|---|
Adds a Personal Folders (.pst) file to the current profile. |
|
Adds a Personal Folders file (.pst) in the specified format to the current profile. |
|
Returns a Boolean value that indicates if two entry ID values refer to the same Outlook item. |
|
Creates an instance of a ContactCard object for the contact that is specified by the AddressEntry parameter. |
|
Creates a Recipient object. |
|
Creates a new SharingItem object. |
|
Displays the New Call dialog box that allows users to dial the primary phone number of a specified contact. |
|
Returns an AddressEntry object that represents the address entry for the specified ID. |
|
Returns a Folder object that represents the default folder of the requested type for the current profile, for example, obtains the default Calendar folder for the user who is currently logged on. |
|
Returns a Folder object identified by the specified entry ID (if valid). |
|
Returns an AddressList object that represents the Exchange Global Address List. |
|
Returns a Microsoft Outlook item identified by the specified entry ID (if valid). |
|
Returns the Recipient object that is identified by the specified entry ID (if valid). |
|
Obtains a SelectNamesDialog object for the current session. |
|
Returns a Folder object that represents the specified default folder for the specified user. |
|
Returns a Store object that represents the store specified by ID. |
|
Logs the user off from the current MAPI session. |
|
Logs the user on to MAPI, obtaining a MAPI session. |
|
Opens a shared folder referenced through a URL or file name. |
|
Opens a shared item from a specified path or URL. |
|
Displays the Pick Folder dialog box. |
|
Removes a Personal Folders file (.pst) from the current MAPI profile or session. |
|
Initiates immediate delivery of all undelivered messages submitted in the current session, and immediate receipt of mail for all accounts in the current profile. |
Properties
Name |
Description |
|---|---|
Returns an Accounts collection object that represents all the Account objects in the current profile. Read-only. |
|
Returns an AddressLists collection representing a collection of the address lists available for this session. Read-only. |
|
Returns an Application object that represents the parent Outlook application for the object. Read-only. |
|
Returns an OlAutoDiscoverConnectionMode constant that specifies the type of connection for auto-discovery of the Microsoft Exchange server that hosts the primary Exchange account. Read-only. |
|
Returns a String that represents information in XML retrieved from the auto-discovery service for the Microsoft Exchange server that hosts the primary Exchange account. Read-only. |
|
Returns or sets a Categories object that represents the set of Category objects that are available to the namespace. Read/write. |
|
Returns an OlObjectClass constant indicating the object's class. Read-only. |
|
Returns a String representing the name of the current profile. Read-only. |
|
Returns the display name of the currently logged-on user as a Recipient object. Read-only. |
|
Returns a Store object representing the default Store for the profile. Read-only. |
|
Returns an OlExchangeConnectionMode constant that indicates the connection mode of the user's primary Exchange account. Read-only. |
|
Returns a String value that represents the name of the Exchange server that hosts the primary Exchange account mailbox. Read-only. |
|
Returns a String value that represents the full version number of the Exchange server that hosts the primary Exchange account mailbox. Read-only. |
|
Returns the Folders collection that represents all the folders contained in the specified NameSpace. Read-only. |
|
Returns a Boolean indicating True if Outlook is offline (not connected to an Exchange server), and False if online (connected to an Exchange server). Read-only. |
|
Returns the parent Object of the specified object. Read-only. |
|
Returns the NameSpace object for the current session. Read-only. |
|
Returns a Stores collection object that represents all the Store objects in the current profile. Read-only. |
|
Returns a SyncObjects collection containing all Send\Receive groups. Read-only. |
|
Returns a String indicating the type of the specified object. Read-only. |
Events
Name |
Description |
|---|---|
Occurs after Microsoft Outlook has finished accessing the auto-discovery service of the Microsoft Exchange server that hosts the primary Exchange account and has the related information available in NameSpace.AutoDiscoverXml. |
|
Occurs whenever the Properties dialog box for a folder is opened. |