Partager via


DeviceAccountConfiguration.OutgoingServerUsername Propriété

Définition

Obtient ou définit le nom d’utilisateur à utiliser lors de la connexion au serveur de messagerie sortant.

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

Valeur de propriété

String

Platform::String

winrt::hstring

Nom d’utilisateur à utiliser lors de la connexion au serveur de messagerie sortant.

S’applique à