次の方法で共有


DeviceAccountConfiguration.OutgoingServerUsername プロパティ

定義

送信メール サーバーに接続するときに使用するユーザー名を取得または設定します。

public:
 property Platform::String ^ OutgoingServerUsername { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring OutgoingServerUsername();

void OutgoingServerUsername(winrt::hstring value);
public string OutgoingServerUsername { get; set; }
var string = deviceAccountConfiguration.outgoingServerUsername;
deviceAccountConfiguration.outgoingServerUsername = string;
Public Property OutgoingServerUsername As String

プロパティ値

String

Platform::String

winrt::hstring

送信メール サーバーに接続するときに使用するユーザー名。

適用対象