Compartilhar via


DeviceAccountConfiguration.OutgoingServerUsername Propriedade

Definição

Obtém ou define o nome de usuário a ser usado ao se conectar ao servidor de email de saída.

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

Valor da propriedade

String

Platform::String

winrt::hstring

O nome de usuário a ser usado ao se conectar ao servidor de email de saída.

Aplica-se a