ContactListCreateOrUpdateContactRequest
ContactListCreateOrUpdateContactRequest
ContactListCreateOrUpdateContactRequest
ContactListCreateOrUpdateContactRequest
Class
Definition
Some information relates to pre-released product which may be substantially modified before it’s commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Prerelease APIs are identified by a Prerelease label.
[Contains prerelease APIs.]
Details of a request to create or update a contact.
public : sealed class ContactListCreateOrUpdateContactRequest : IContactListCreateOrUpdateContactRequestpublic sealed class ContactListCreateOrUpdateContactRequest : IContactListCreateOrUpdateContactRequestPublic NotInheritable Class ContactListCreateOrUpdateContactRequest Implements IContactListCreateOrUpdateContactRequest// You can use this class in JavaScript.
- Attributes
| Device family |
Windows 10 Insider Preview (introduced v10.0.16257.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v5)
|
Properties
Contact Contact Contact Contact
Prerelease. Gets the Contact of the task to be created or updated.
public : Contact Contact { get; }public Contact Contact { get; }Public ReadOnly Property Contact As Contact// You can use this property in JavaScript.
ContactListId ContactListId ContactListId ContactListId
Prerelease. Gets the ID of the contact list that contains the task that is to created or updated.
public : PlatForm::String ContactListId { get; }public string ContactListId { get; }Public ReadOnly Property ContactListId As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The ID of the contact list that contains the task that is to created or updated.
Methods
ReportCompletedAsync(Contact) ReportCompletedAsync(Contact) ReportCompletedAsync(Contact) ReportCompletedAsync(Contact)
Prerelease. Informs the client app that the request was processed successfully.
public : IAsyncAction ReportCompletedAsync(Contact createdOrUpdatedContact)public IAsyncAction ReportCompletedAsync(Contact createdOrUpdatedContact)Public Function ReportCompletedAsync(createdOrUpdatedContact As Contact) As IAsyncAction// You can use this method in JavaScript.
The Contact of the contact that was created or updated.
An asynchronous operation.
ReportFailedAsync() ReportFailedAsync() ReportFailedAsync() ReportFailedAsync()
Prerelease. 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.
An asynchronous operation.