Partager via


_Accounts.Item[Object] Propriété

Définition

Retourne un Account objet spécifié par Index.

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

Paramètres

Index
Object

Entier de base unique indexé dans la Accounts collection, ou string (chaîne en C#) qui spécifie le DisplayName d’un compte.

Valeur de propriété

Objet Account qui correspond au compte spécifié par Index.

S’applique à