_Application.DefaultProfileName 属性

定义

返回 C# 中的 字符串 (字符串 ,) 表示默认配置文件名称的名称。 只读。

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

属性值

注解

如果没有为 Outlook 配置配置文件或者 Outlook 没有默认的配置文件,将返回空字符串。

适用于