Account.Session Property (Outlook)

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

Version Information

Version Added: Outlook 2007

Syntax

expression .Session

expression A variable that represents an Account object.

Remarks

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

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

Concepts

Account Object

Account Object Members