_Application.DefaultProfileName 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回 C# 中的 字符串 (字符串 ,) 表示默认配置文件名称的名称。 只读。
public:
property System::String ^ DefaultProfileName { System::String ^ get(); };
public string DefaultProfileName { get; }
Public ReadOnly Property DefaultProfileName As String
属性值
注解
如果没有为 Outlook 配置配置文件或者 Outlook 没有默认的配置文件,将返回空字符串。