_NameSpace.CurrentUser Property
Returns the display name of the currently logged-on user as a Recipient object. Read-only.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
ReadOnly Property CurrentUser As Recipient
Get
'Usage
Dim instance As _NameSpace
Dim value As Recipient
value = instance.CurrentUser
Recipient CurrentUser { get; }
Property Value
Type: Microsoft.Office.Interop.Outlook.Recipient