Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 969 Bytes

Outlook.ConversationHeader.Session.md

File metadata and controls

38 lines (22 loc) · 969 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
ConversationHeader.Session property (Outlook)
vbaol11.chm3548
vbaol11.chm3548
Outlook.ConversationHeader.Session
1262a068-ad5f-492d-2a96-edc365956fe6
06/08/2017
medium

ConversationHeader.Session property (Outlook)

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

Syntax

expression.Session

expression A variable that represents a 'ConversationHeader' object.

Remarks

Returns Null (Nothing in Visual Basic) if there is no logged-on session.

Use the Session property and the GetNamespace method interchangeably to obtain the NameSpace object for the current session.

See also

ConversationHeader Object

[!includeSupport and feedback]