MAPIFolder.Store Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Property Value
Remarks
This property returns a Store object except in the case where the Folder is a shared folder (returned by GetSharedDefaultFolder(Recipient, OlDefaultFolders)). In this case, one user has delegated access to a default folder to another user; a call to Folder.Store will return Nothing (a null reference (Nothing in Visual Basic) in C#).