Skip to content

Latest commit

 

History

History
46 lines (27 loc) · 1.01 KB

Outlook.ViewFont.Session.md

File metadata and controls

46 lines (27 loc) · 1.01 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
ViewFont.Session property (Outlook)
vbaol11.chm2693
vbaol11.chm2693
Outlook.ViewFont.Session
8f126189-3bec-6eee-1e62-b178738d361b
06/08/2017
medium

ViewFont.Session property (Outlook)

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

Syntax

expression.Session

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

ViewFont Object

[!includeSupport and feedback]