Condividi tramite


DeviceAccountConfiguration.OutgoingServerCredential Proprietà

Definizione

Ottiene o imposta la password del server di posta in uscita.

public:
 property PasswordCredential ^ OutgoingServerCredential { PasswordCredential ^ get(); void set(PasswordCredential ^ value); };
PasswordCredential OutgoingServerCredential();

void OutgoingServerCredential(PasswordCredential value);
public PasswordCredential OutgoingServerCredential { get; set; }
var passwordCredential = deviceAccountConfiguration.outgoingServerCredential;
deviceAccountConfiguration.outgoingServerCredential = passwordCredential;
Public Property OutgoingServerCredential As PasswordCredential

Valore della proprietà

Password del server di posta in uscita.

Requisiti Windows

Famiglia di dispositivi
Windows 10 Anniversary Edition (è stato introdotto in 10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (è stato introdotto in v3.0)
Funzionalità dell'app
userDataAccountsProvider

Si applica a