Folder.Store Property (Outlook)

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

Version Information

Version Added: Outlook 2007

Syntax

expression .Store

expression A variable that represents a Folder object.

Remarks

This property returns a Store object except in the case where the Folder is a shared folder (returned by NameSpace.GetSharedDefaultFolder). In this case, one user has delegated access to a default folder to another user; a call to Folder.Store will return Null.

See Also

Concepts

Folder Object

Folder Object Members