Allows an application to launch the Contacts application.
Use this to obtain the email address of a contact selected by the user.
| C# | Visual Basic |
public sealed class EmailAddressChooserTask : ChooserBase<EmailResult>
Public NotInheritable Class EmailAddressChooserTask _ Inherits ChooserBase(Of EmailResult)
| All Members | Constructors | Methods | Properties | Events | |
| Icon | Member | Description |
|---|---|---|
| EmailAddressChooserTask()()()() | Initializes a new instance of the EmailAddressChooserTask class | |
| Completed |
Occurs when a chooser task is completed.
(Inherited from ChooserBase<(Of <(<'TTaskEventArgs>)>)>.) | |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| FireCompleted(Object, TTaskEventArgs, Delegate) |
Raises the Completed event.
(Inherited from ChooserBase<(Of <(<'TTaskEventArgs>)>)>.) | |
| GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone()()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Show()()()() |
Shows the email address chooser application.
| |
| TaskEventArgs |
The EventArgs for the Completed event.
(Inherited from ChooserBase<(Of <(<'TTaskEventArgs>)>)>.) | |
| ToString()()()() | (Inherited from Object.) |
| Platforms Supported | |
|---|---|
| Windows Mobile | Windows Mobile Version 5.0 and later |
| Windows Embedded Compact | Windows Embedded Compact 7 |
| Object | ||
| ChooserBase<(Of <(<'EmailResult>)>)> | ||
| EmailAddressChooserTask | ||