_NameSpace.Accounts 属性

定义

返回一个 Accounts 集合对象,该对象代表 Account 当前配置文件中的所有对象。 只读。

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

属性值

注解

如果 Outlook 在无会话模式下运行,则 Accounts 返回等于 0 的 CountAccounts 集合。

适用于