_Store.FilePath 属性

定义

返回 C# 中的 字符串 (字符串 ) 表示个人文件夹文件 (.pst) 或脱机文件夹文件 (.ost) 存储的完整文件路径。 只读。

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

属性值

注解

此属性支持 Exchange 和非 Exchange 存储。 如果商店不是.pst 或.ost 存储, 文件路径 将返回空字符串。

适用于