AggregateContactManager.SetRemoteIdentificationInformationAsync Method
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.
Sets the identifier that specifies the remote contacts to link together with the contact data on your device.
public:
virtual IAsyncAction ^ SetRemoteIdentificationInformationAsync(Platform::String ^ contactListId, Platform::String ^ remoteSourceId, Platform::String ^ accountId) = SetRemoteIdentificationInformationAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction SetRemoteIdentificationInformationAsync(winrt::hstring const& contactListId, winrt::hstring const& remoteSourceId, winrt::hstring const& accountId);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction SetRemoteIdentificationInformationAsync(string contactListId, string remoteSourceId, string accountId);
function setRemoteIdentificationInformationAsync(contactListId, remoteSourceId, accountId)
Public Function SetRemoteIdentificationInformationAsync (contactListId As String, remoteSourceId As String, accountId As String) As IAsyncAction
Parameters
- contactListId
-
String
Platform::String
winrt::hstring
The remote contact list identifier.
- remoteSourceId
-
String
Platform::String
winrt::hstring
The identifier for the remote service, for example, "EXCH" for exchange accounts.
- accountId
-
String
Platform::String
winrt::hstring
The unique roaming identifier of the account for the network.
Returns
The IAsyncAction to await.
- Attributes
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 |
contactsSystem
|