Share via


MFMailComposeResult Enum

Definition

The result from composing an email message.

[ObjCRuntime.Native]
public enum MFMailComposeResult
[<ObjCRuntime.Native>]
type MFMailComposeResult = 
Inheritance
MFMailComposeResult
Attributes

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.

Applies to