MAPIFolder.Store Property

Definition

Returns a Store object representing the store that contains the Folder object. Read-only.

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#).

Applies to