DeviceAccountConfiguration.OutgoingServerUsername 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定連接到外寄電子郵件伺服器時要使用的使用者名稱。
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
屬性值
連接到外寄電子郵件伺服器時要使用的使用者名稱。