次の方法で共有


_Application.DefaultProfileName プロパティ

定義

既定のプロファイル名の名前を表す 文字列 (C#の文字列 ) を返します。 読み取り専用です。

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

プロパティ値

注釈

プロファイルが設定されていないか、Outlook の既定のプロファイルがない場合は空の文字列を返します。

適用対象