Notes
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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 _MobileItem
Dim value As NameSpace
value = instance.Session
[DispIdAttribute()]
NameSpace Session { get; }
Property Value
Type: Microsoft.Office.Interop.Outlook.NameSpace
Remarks
Returns Nothing (a null reference (Nothing in Visual Basic) in C#) if there is no logged-on session. Use the Session property and the GetNamespace(String) method interchangeably to obtain the NameSpace object for the current session. Both members serve the same purpose.