EmailResult Class
Windows Phone
March 22, 2012
Represents an email address returned from a call to the Show method of a EmailAddressChooserTask object.
System.Object
System.EventArgs
Microsoft.Phone.Tasks.TaskEventArgs
Microsoft.Phone.Tasks.EmailResult
System.EventArgs
Microsoft.Phone.Tasks.TaskEventArgs
Microsoft.Phone.Tasks.EmailResult
Assembly: Microsoft.Phone (in Microsoft.Phone.dll)
The EmailResult type exposes the following members.
| Name | Description | |
|---|---|---|
|
EmailResult() | Initializes a new instance of the EmailResult class. |
|
EmailResult(TaskResult) | Initializes a new instance of the EmailResult class with the specified TaskResult. |
| Name | Description | |
|---|---|---|
|
DisplayName | Gets the display name associated with the result. |
|
Gets the email address contained in the result. | |
|
Error | The exception associated with the TaskEventArgs. (Inherited from TaskEventArgs.) |
|
TaskResult | The TaskResult associated with the TaskEventArgs. This indicates whether the task was completed successfully, if the user cancelled the task, or if no result information is available. (Inherited from TaskEventArgs.) |