_Application.GetNamespace(String) Method

Definition

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.

Applies to