DeviceAccountConfiguration.IncomingServerCredential Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the incoming mail server's password.
public:
property PasswordCredential ^ IncomingServerCredential { PasswordCredential ^ get(); void set(PasswordCredential ^ value); };
PasswordCredential IncomingServerCredential();
void IncomingServerCredential(PasswordCredential value);
public PasswordCredential IncomingServerCredential { get; set; }
var passwordCredential = deviceAccountConfiguration.incomingServerCredential;
deviceAccountConfiguration.incomingServerCredential = passwordCredential;
Public Property IncomingServerCredential As PasswordCredential
Property Value
The incoming mail server's password.
Windows requirements
Device family |
Windows 10 Anniversary Edition (introduced in 10.0.14393.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v3.0)
|
App capabilities |
userDataAccountsProvider
|