MAPIFolder.Store Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
public:
property Microsoft::Office::Interop::Outlook::Store ^ Store { Microsoft::Office::Interop::Outlook::Store ^ get(); };
public Microsoft.Office.Interop.Outlook.Store Store { get; }
Public ReadOnly Property Store As Store
Valeur de propriété
Remarques
Cette propriété renvoie un objet Store , sauf dans le cas où le dossier est un dossier partagé (retourné par GetSharedDefaultFolder(Recipient, OlDefaultFolders)). Dans ce cas, un utilisateur a délégué l’accès à un dossier par défaut à un autre utilisateur ; un appel à Folder.Store renvoie Nothing (référence null (Nothing en Visual Basic) en C#).