Skip to content

Latest commit

 

History

History
39 lines (18 loc) · 867 Bytes

480ac826-b966-9204-8850-214b53a1b0da.md

File metadata and controls

39 lines (18 loc) · 867 Bytes

ViewFields.Session Property (Outlook)

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

Syntax

expression . Session

expression A variable that represents a ViewFields 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

ViewFields Object

Other resources

ViewFields Object Members