ContactPartnerProvisioningManager
ContactPartnerProvisioningManager
ContactPartnerProvisioningManager
ContactPartnerProvisioningManager
Class
Definition
This API is not intended to be used directly from your code.
public : static class ContactPartnerProvisioningManagerpublic static class ContactPartnerProvisioningManagerPublic Static Class ContactPartnerProvisioningManager// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows Mobile Extension SDK (introduced v10.0.10240.0)
|
| API contract |
Windows.Phone.PhoneContract (introduced v1)
|
| Capabilities |
ID_CAP_PERSONAL_INFORMATION_IMPORT [Windows Phone]
|
Methods
AssociateNetworkAccountAsync(ContactStore, String, String) AssociateNetworkAccountAsync(ContactStore, String, String) AssociateNetworkAccountAsync(ContactStore, String, String) AssociateNetworkAccountAsync(ContactStore, String, String)
This API is not intended to be used directly from your code.
public : static IAsyncAction AssociateNetworkAccountAsync(ContactStore store, PlatForm::String networkName, PlatForm::String networkAccountId)public static IAsyncAction AssociateNetworkAccountAsync(ContactStore store, String networkName, String networkAccountId)Public Static Function AssociateNetworkAccountAsync(store As ContactStore, networkName As String, networkAccountId As String) As IAsyncAction// You can use this method in JavaScript.
Parameters
The contact store.
- networkName
- PlatForm::String String String String
The network name.
- networkAccountId
- PlatForm::String String String String
The account ID.
Returns
An asynchronous action. If you use Asynchronous programming, the result type is void.
Additional features and requirements
| Device family |
Windows Mobile Extension SDK (introduced v10.0.10240.0)
|
| API contract |
Windows.Phone.PhoneContract (introduced v1)
|
| Capabilities |
ID_CAP_PERSONAL_INFORMATION_IMPORT [Windows Phone]
|
AssociateSocialNetworkAccountAsync(ContactStore, String, String) AssociateSocialNetworkAccountAsync(ContactStore, String, String) AssociateSocialNetworkAccountAsync(ContactStore, String, String) AssociateSocialNetworkAccountAsync(ContactStore, String, String)
This API is not intended to be used directly from your code.
public : static IAsyncAction AssociateSocialNetworkAccountAsync(ContactStore store, PlatForm::String networkName, PlatForm::String networkAccountId)public static IAsyncAction AssociateSocialNetworkAccountAsync(ContactStore store, String networkName, String networkAccountId)Public Static Function AssociateSocialNetworkAccountAsync(store As ContactStore, networkName As String, networkAccountId As String) As IAsyncAction// You can use this method in JavaScript.
Parameters
The contact store.
- networkName
- PlatForm::String String String String
The network name.
- networkAccountId
- PlatForm::String String String String
The network account ID.
Returns
An asynchronous action. If you use Asynchronous programming, the result type is void.
Additional features and requirements
| Device family |
Windows Mobile Extension SDK (introduced v10.0.10240.0)
|
| API contract |
Windows.Phone.PhoneContract (introduced v1)
|
| Capabilities |
ID_CAP_PERSONAL_INFORMATION_IMPORT [Windows Phone]
|
ImportVcardToSystemAsync(IInputStream) ImportVcardToSystemAsync(IInputStream) ImportVcardToSystemAsync(IInputStream) ImportVcardToSystemAsync(IInputStream)
This API is not intended to be used directly from your code.
public : static IAsyncAction ImportVcardToSystemAsync(IInputStream stream)public static IAsyncAction ImportVcardToSystemAsync(IInputStream stream)Public Static Function ImportVcardToSystemAsync(stream As IInputStream) As IAsyncAction// You can use this method in JavaScript.
Parameters
The stream containing the vCard data.
Returns
An asynchronous action. If you use Asynchronous programming, the result type is void.
Additional features and requirements
| Device family |
Windows Mobile Extension SDK (introduced v10.0.10240.0)
|
| API contract |
Windows.Phone.PhoneContract (introduced v1)
|
| Capabilities |
ID_CAP_PERSONAL_INFORMATION_IMPORT [Windows Phone]
|