EmailMailboxSyncManagerSyncRequest
EmailMailboxSyncManagerSyncRequest
EmailMailboxSyncManagerSyncRequest
EmailMailboxSyncManagerSyncRequest
Class
Definition
Details of a request from a client to sync a mailbox.
public : sealed class EmailMailboxSyncManagerSyncRequest : IEmailMailboxSyncManagerSyncRequestpublic sealed class EmailMailboxSyncManagerSyncRequest : IEmailMailboxSyncManagerSyncRequestPublic NotInheritable Class EmailMailboxSyncManagerSyncRequest Implements IEmailMailboxSyncManagerSyncRequest// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 Anniversary Edition (introduced v10.0.14393.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v3)
|
Remarks
Used in your MailboxSyncRequested event handler. Use the instance of this class that's returned by the EmailMailboxSyncManagerSyncRequestedEventArgs.Request property.
Properties
EmailMailboxId EmailMailboxId EmailMailboxId EmailMailboxId
Gets the mailbox ID of the mailbox to synchronize.
public : PlatForm::String EmailMailboxId { get; }public string EmailMailboxId { get; }Public ReadOnly Property EmailMailboxId As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
A mailbox ID.
Methods
ReportCompletedAsync() ReportCompletedAsync() ReportCompletedAsync() ReportCompletedAsync()
Informs the email client that the request was processed successfully.
public : IAsyncAction ReportCompletedAsync()public IAsyncAction ReportCompletedAsync()Public Function ReportCompletedAsync() As IAsyncAction// You can use this method in JavaScript.
Returns
An asynchronous sync operation on an EmailMailboxSyncManagerSyncRequest.
ReportFailedAsync() ReportFailedAsync() ReportFailedAsync() ReportFailedAsync()
Informs the client that the request was not processed successfully.
public : IAsyncAction ReportFailedAsync()public IAsyncAction ReportFailedAsync()Public Function ReportFailedAsync() As IAsyncAction// You can use this method in JavaScript.
Returns
An asynchronous sync operation on an EmailMailboxSyncManagerSyncRequest.