_Application.GetNamespace(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a NameSpace object of the specified type.
public:
Microsoft::Office::Interop::Outlook::NameSpace ^ GetNamespace(System::String ^ Type);
public Microsoft.Office.Interop.Outlook.NameSpace GetNamespace (string Type);
Public Function GetNamespace (Type As String) As NameSpace
Parameters
- Type
- String
The type of name space to return.
Returns
A NameSpace object that represents the specified namespace.
Remarks
The only supported name space type is "MAPI". The GetNameSpace method is functionally equivalent to the Session property, which was introduced in Microsoft Outlook 98.