Skip to content

Latest commit

 

History

History
46 lines (27 loc) · 1.03 KB

Outlook.AddressLists.Session.md

File metadata and controls

46 lines (27 loc) · 1.03 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
AddressLists.Session property (Outlook)
vbaol11.chm90
vbaol11.chm90
Outlook.AddressLists.Session
60b4307f-92c7-abed-5bc7-2a190cddd4ca
06/08/2017
medium

AddressLists.Session property (Outlook)

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

Syntax

expression.Session

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

AddressLists Object

[!includeSupport and feedback]