MFMailComposeResult Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The result from composing an email message.
public enum MFMailComposeResult
type MFMailComposeResult =
- Inheritance
-
MFMailComposeResult
Fields
Name | Value | Description |
---|---|---|
Cancelled | 0 | The operation was cancelled by the user. |
Saved | 1 | The message was saved. |
Sent | 2 | The message was sent. |
Failed | 3 | There was a failure sending the message. |