Skip to content

Latest commit

 

History

History
39 lines (18 loc) · 891 Bytes

b742bee6-7067-8168-ebd9-2823da65dd0f.md

File metadata and controls

39 lines (18 loc) · 891 Bytes

NavigationGroups.Session Property (Outlook)

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

Syntax

expression . Session

expression A variable that represents a NavigationGroups object.

Remarks

The Session property and the GetNamespace method can be used interchangeably to obtain the NameSpace object for the current session. Both members serve the same purpose. For example, the following statements perform the same function:

Set objNamespace = Application.GetNamespace("MAPI") 
Set objSession = Application.Session

See also

Concepts

NavigationGroups Object

Other resources

NavigationGroups Object Members