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.
Returns the NameSpace object for the current session. Read-only.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
ReadOnly Property Session As NameSpace
Get
'Usage
Dim instance As _AccountSelector
Dim value As NameSpace
value = instance.Session
[DispIdAttribute()]
NameSpace Session { get; }
Property Value
Type: Microsoft.Office.Interop.Outlook.NameSpace
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.