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

连接到传出电子邮件服务器时使用的用户名。

适用于