Folder.Store property (Outlook)

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

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

Folder Object

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.