Share via


_NameSpace Members

Include Protected Members
Include Inherited Members

This is a primary interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this primary interface only when the method you want to use shares the same name as an event of the COM object; in this case, cast to this interface to call the method, and cast to the latest events interface to connect to the event. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object. For information about the COM object, see NameSpace.

The _NameSpace type exposes the following members.

Properties

 

Name

Description

Public property

Accounts

Returns an Accounts collection object that represents all the Account objects in the current profile. Read-only.

Public property

AddressLists

Returns an AddressLists collection representing a collection of the address lists available for this session. Read-only.

Public property

Application

Returns an Application object that represents the parent Outlook application for the object. Read-only.

Public property

AutoDiscoverConnectionMode

Returns an OlAutoDiscoverConnectionMode constant that specifies the type of connection to the Exchange server for auto-discovery service. Read-only.

Public property

AutoDiscoverXml

Returns a String (string in C#) that represents information in XML retrieved from the auto-discovery service of an Exchange server. Read-only.

Public property

Categories

Returns or sets a Categories object that represents the set of Category objects available to the namespace. Read/write.

Public property

Class

Returns an OlObjectClass constant indicating the object's class. Read-only.

Public property

CurrentProfileName

Returns a String (string in C#) representing the name of the current profile. Read-only.

Public property

CurrentUser

Returns the display name of the currently logged-on user as a Recipient object. Read-only.

Public property

DefaultStore

Returns a Store object representing the default Store for the profile. Read-only.

Public property

ExchangeConnectionMode

Returns an OlExchangeConnectionMode constant that indicates the current connection mode the user is using. Read-only.

Public property

ExchangeMailboxServerName

Returns a String (string in C#) value that represents the name of the Exchange server on which the active mailbox is hosted. Read-only.

Public property

ExchangeMailboxServerVersion

Returns a String (string in C#) value that represents the full version of the Exchange server on which the active mailbox is hosted. Read-only.

Public property

Folders

Returns the Folders collection that represents all the folders contained in the specified NameSpace. Read-only.

Public property

MAPIOBJECT

This object, member, or enumeration is deprecated and is not intended to be used in your code.

Public property

Offline

Returns a Boolean (bool in C#) indicating True if Outlook is offline (not connected to an Exchange server), and False if online (connected to an Exchange server). Read-only.

Public property

Parent

Returns the parent Object of the specified object. Read-only.

Public property

Session

Returns the NameSpace object for the current session. Read-only.

Public property

Stores

Returns a Stores collection object that represents all the Store objects in the current profile. Read-only.

Public property

SyncObjects

Returns a SyncObjects collection containing all Send\Receive groups. Read-only.

Public property

Type

Returns a String (string in C#) indicating the type of the specified object. Read-only.

Top

Methods

 

Name

Description

Public method

AddStore

Adds a Personal Folders (.pst) file to the current profile.

Public method

AddStoreEx

Adds a Personal Folders file (.pst) in the specified format to the current profile.

Public method

CompareEntryIDs

Returns a Boolean value (bool in C#) that indicates if two entry ID values refer to the same Outlook item.

Public method

CreateRecipient

Creates a Recipient object.

Public method

CreateSharingItem

Creates a new SharingItem object.

Public method

Dial

Displays the New Call dialog box that allows users to dial the primary phone number of a specified contact.

Public method

GetAddressEntryFromID

Returns an AddressEntry object that represents the address entry specified by ID.

Public method

GetDefaultFolder

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.

Public method

GetFolderFromID

Returns a Folder object identified by the specified entry ID (if valid).

Public method

GetGlobalAddressList

Returns an AddressList object that represents the Exchange Global Address List.

Public method

GetItemFromID

Returns a Microsoft Outlook item identified by the specified entry ID (if valid).

Public method

GetRecipientFromID

Returns a Recipient object identified by the specified entry ID (if valid).

Public method

GetSelectNamesDialog

Obtains a SelectNamesDialog object for the current session.

Public method

GetSharedDefaultFolder

Returns a Folder object that represents the specified default folder for the specified user.

Public method

GetStoreFromID

Returns a Store object that represents the store specified by ID.

Public method

Logoff

Logs the user off from the current MAPI session.

Public method

Logon

Logs the user on to MAPI, obtaining a MAPI session.

Public method

OpenSharedFolder

Opens a shared folder referenced through a URL or file name.

Public method

OpenSharedItem

Opens a shared item from a specified path or URL.

Public method

PickFolder

Displays the Pick Folder dialog box.

Public method

RefreshRemoteHeaders

This object, member, or enumeration is deprecated and is not intended to be used in your code.

Public method

RemoveStore

Removes a Personal Folders file (.pst) from the current MAPI profile or session.

Public method

SendAndReceive

Initiates immediate delivery of all undelivered messages submitted in the current session, and immediate receipt of mail for all accounts in the current profile.

Top

See Also

Reference

_NameSpace Interface

Microsoft.Office.Interop.Outlook Namespace