_Accounts.Item[Object] 属性

定义

返回 AccountIndex指定的 对象。

public:
 property Microsoft::Office::Interop::Outlook::Account ^ default[System::Object ^] { Microsoft::Office::Interop::Outlook::Account ^ get(System::Object ^ Index); };
public Microsoft.Office.Interop.Outlook.Account this[object Index] { get; }
Default Public ReadOnly Property Item(Index As Object) As Account

参数

Index
Object

索引到集合中的Accounts从 1 开始的 Integer,或 C# ) 中指定 DisplayName Account 的 的字符串 (字符串

属性值

指定的帐户匹配的 IndexAccount 对象。

适用于