_Account.CurrentUser Property

Returns a Recipient object that represents the current user identity for the account. Read-only.

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

Syntax

'Declaration
<DispIdAttribute()> _
ReadOnly Property CurrentUser As Recipient
    Get
'Usage
Dim instance As _Account
Dim value As Recipient

value = instance.CurrentUser
[DispIdAttribute()]
Recipient CurrentUser { get; }

Property Value

Type: Microsoft.Office.Interop.Outlook.Recipient

See Also

Reference

_Account Interface

_Account Members

Microsoft.Office.Interop.Outlook Namespace

Other Resources

How to: Create a Sendable Item for a Specific Account Based on the Current Folder

How to: Get Information About Multiple Accounts