Skip to content

Latest commit

 

History

History
46 lines (27 loc) · 1020 Bytes

Outlook.Search.Session.md

File metadata and controls

46 lines (27 loc) · 1020 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Search.Session property (Outlook)
vbaol11.chm2251
vbaol11.chm2251
Outlook.Search.Session
8d5a2300-dc21-0fbe-c7c0-17741caae30a
06/08/2017
medium

Search.Session property (Outlook)

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

Syntax

expression.Session

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

Search Object

[!includeSupport and feedback]