ContactBindingManager.CreateContactBinding method
Creates a contact binding with the specified RemoteId string.
public ContactBinding CreateContactBinding(
string RemoteId
)
Public Function CreateContactBinding(
RemoteId As String
) As ContactBinding
public:
ContactBinding^ CreateContactBinding(
String^ RemoteId
)
RemoteId
Type: System.String [.NET] | Platform::String [C++]The RemoteId of the created contact binding, specified as a string.
Type: ContactBinding
The newly created contact binding.
Minimum supported client |
None supported |
Minimum supported server |
None supported |
Minimum supported phone |
Windows Phone 8.1 [Windows Phone Silverlight 8.1 apps only] |
Namespace |
Windows.Phone.PersonalInformation Windows::Phone::PersonalInformation [C++] |
Metadata |
Windows.WinMD |
ContactBindingManager