次の方法で共有


_Store.FilePath プロパティ

定義

個人用フォルダー ファイル (.pst) ストアまたはオフライン フォルダー ファイル (.ost) ストアの完全なファイル パスを表す 文字列 (C#の文字列 ) を返します。 読み取り専用です。

public:
 property System::String ^ FilePath { System::String ^ get(); };
public string FilePath { get; }
Public ReadOnly Property FilePath As String

プロパティ値

注釈

このプロパティには、Exchange と Exchange 以外のストアの両方がサポートしています。 ストアが .pst または .ost のストアではない場合、 FilePath は空の文字列を返します。

適用対象