EmailAddressChooserTask.Show Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Shows the email address chooser application.
Namespace: Microsoft.Phone.Tasks
Assembly: Microsoft.Phone (in Microsoft.Phone.dll)
Syntax
Public Overrides Sub Show
public override void Show()
Remarks
Obtain the result of the chooser operation by handling the Completed event.
On Windows Phone, your application may be deactivated while the Contacts application is in the foreground. To ensure that your application receives the result of the EmailAddressChooserTask, the object must be declared with class scope within the PhoneApplicationPage class and you must call the chooser constructor and assign the Completed event delegate within the page’s constructor.
Version Information
Windows Phone OS
Supported in: 8.1, 8.0, 7.1, 7.0
Platforms
Windows Phone
See Also
Reference
Microsoft.Phone.Tasks Namespace
Other Resources
Launchers and Choosers for Windows Phone 8
How to use the email address chooser task for Windows Phone 8