Share via


SyncObjects.Session Property

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

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
<DispIdAttribute()> _
ReadOnly Property Session As NameSpace
    Get
'Usage
Dim instance As SyncObjects
Dim value As NameSpace

value = instance.Session
[DispIdAttribute()]
NameSpace Session { get; }

Property Value

Type: Microsoft.Office.Interop.Outlook.NameSpace

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:

See Also

Reference

SyncObjects Interface

SyncObjects Members

Microsoft.Office.Interop.Outlook Namespace