UserDataAccountProviderResolveErrorsOperation Class

Definition

Provides the data for a "resolve errors" account operation.

public ref class UserDataAccountProviderResolveErrorsOperation sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 196608)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class UserDataAccountProviderResolveErrorsOperation final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 196608)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class UserDataAccountProviderResolveErrorsOperation
Public NotInheritable Class UserDataAccountProviderResolveErrorsOperation
Inheritance
Object Platform::Object IInspectable UserDataAccountProviderResolveErrorsOperation
Attributes
Implements

Windows requirements

Device family
Windows 10 Anniversary Edition (introduced in 10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v3.0)

Remarks

The operating system invokes the "resolve errors" action on the app that set up the account. If no app was used to set up the account, then the operating system shows a dialog that asks the user to re-enter their password for the account and optionally change mail server configuration.

Properties

Kind

Gets the type of this account operation.

UserDataAccountId

Gets the user account ID for this "resolve errors" operation.

Methods

ReportCompleted()

Reports back to the calling app that the operation is complete.

Applies to

See also