_Store.FilePath Property

Definition

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.

Applies to