Android.Widget.QuickContactBadge.AssignContactFromEmail Method
Assign a contact based on an email address.

Syntax

[Android.Runtime.Register("assignContactFromEmail", "(Ljava/lang/String;Z)V", "GetAssignContactFromEmail_Ljava_lang_String_ZHandler")]
public virtual void AssignContactFromEmail (string emailAddress, bool lazyLookup)

Parameters

emailAddress
The email address of the contact.
lazyLookup
If this is true, the lookup query will not be performed until this view is clicked.

Remarks

Assign a contact based on an email address. This should only be used when the contact's URI is not available, as an extra query will have to be performed to lookup the URI based on the email.

[Android Documentation]

Requirements

Namespace: Android.Widget
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 5