SaveEmailAddressTask Class
July 26, 2012
Allows an application to launch the contacts application. Use this to allow users to save an email address from your application to a new or existing contact.
System.Object
Microsoft.Phone.Tasks.ChooserBase<TaskEventArgs>
Microsoft.Phone.Tasks.SaveEmailAddressTask
Microsoft.Phone.Tasks.ChooserBase<TaskEventArgs>
Microsoft.Phone.Tasks.SaveEmailAddressTask
Assembly: Microsoft.Phone (in Microsoft.Phone.dll)
XMLNS for XAML: Not mapped to an xmlns.
The SaveEmailAddressTask type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Gets or sets the email address that can be saved to a contact. | |
![]() | TaskEventArgs | The EventArgs for the Completed event. (Inherited from ChooserBase<TTaskEventArgs>.) |
| Name | Description | |
|---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | FireCompleted | Raises the Completed event. (Inherited from ChooserBase<TTaskEventArgs>.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | Show | Shows the contacts application. (Overrides ChooserBase<TTaskEventArgs>.Show().) |
![]() | ToString | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() | Completed | Occurs when a Chooser task is completed. (Inherited from ChooserBase<TTaskEventArgs>.) |
