_Store.FilePath 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.
Returns a String (string in C#) representing the full file path for a Personal Folders File (.pst) or an Offline Folder File (.ost) store. Read-only.
public:
property System::String ^ FilePath { System::String ^ get(); };
public string FilePath { get; }
Public ReadOnly Property FilePath As String
Property Value
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.