_NameSpace.Accounts Property

Definition

Returns an Accounts collection object that represents all the Account objects in the current profile. Read-only.

public:
 property Microsoft::Office::Interop::Outlook::Accounts ^ Accounts { Microsoft::Office::Interop::Outlook::Accounts ^ get(); };
public Microsoft.Office.Interop.Outlook.Accounts Accounts { get; }
Public ReadOnly Property Accounts As Accounts

Property Value

Remarks

If Outlook is running in sessionless mode, Accounts returns an Accounts collection with Count equal to 0.

Applies to