Skip to content

Latest commit

 

History

History
46 lines (27 loc) · 1.02 KB

Outlook.IconView.Session.md

File metadata and controls

46 lines (27 loc) · 1.02 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
IconView.Session property (Outlook)
vbaol11.chm2559
vbaol11.chm2559
Outlook.IconView.Session
456b7396-f69c-57bb-1e71-cfc26b9e5613
06/08/2017
medium

IconView.Session property (Outlook)

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

Syntax

expression.Session

expression A variable that represents an IconView 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

IconView Object

[!includeSupport and feedback]