Skip to content

Latest commit

 

History

History
46 lines (27 loc) · 1.02 KB

Outlook.Exception.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
Exception.Session property (Outlook)
vbaol11.chm299
vbaol11.chm299
Outlook.Exception.Session
b8663ef0-1042-e3c4-81ca-76d4b76a3351
06/08/2017
medium

Exception.Session property (Outlook)

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

Syntax

expression.Session

expression A variable that represents an Exception 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 do the same function:

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

See also

Exception Object

[!includeSupport and feedback]