ContactList.GetMeContactAsync Method

Definition

Asynchronously gets the Contact object that represents the current user.

public:
 virtual IAsyncOperation<Contact ^> ^ GetMeContactAsync() = GetMeContactAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<Contact> GetMeContactAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<Contact> GetMeContactAsync();
function getMeContactAsync()
Public Function GetMeContactAsync () As IAsyncOperation(Of Contact)

Returns

The Contact object that represents the current user.

Attributes

Windows requirements

App capabilities
contactsSystem

Remarks

If no contact has been designated as representing the current user, the return value is an empty contact. You can detect this case by checking whether the contact's Id property is nonempty.

Applies to