Store.FilePath Property

Outlook Developer Reference

Returns a String representing the full file path for a Personal Folders File (.pst) or an Offline Folder File (.ost) store. Read-only.

Version Information
 Version Added:  Outlook 2007

Syntax

expression.FilePath

expression   A variable that represents a Store object.

Remarks

This property supports both Exchange and non-Exchange stores. If the store is not a .pst or .ost store, FilePath returns an empty string.

See Also