Expand Minimize
This topic has not yet been rated - Rate this topic

MailItem.Session Property (Outlook)

Published: July 16, 2012

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

expression .Session

expression A variable that represents a MailItem object.

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
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.