編輯

Share via


_AccountSelector.Session Property

Definition

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

public:
 property Microsoft::Office::Interop::Outlook::NameSpace ^ Session { Microsoft::Office::Interop::Outlook::NameSpace ^ get(); };
public Microsoft.Office.Interop.Outlook.NameSpace Session { get; }
Public ReadOnly Property Session As NameSpace

Property Value

Remarks

Returns Null (Nothing in Visual Basic) if there is no logged-on session.

You can use the Session property and the GetNamespace(String) method of the Application object interchangeably to obtain the NameSpace object for the current session.

Applies to