MFMailComposeResult Enum

Definition

The result from composing an email message.

public enum MFMailComposeResult
type MFMailComposeResult = 
Inheritance
MFMailComposeResult

Fields

Cancelled 0

The operation was cancelled by the user.

Failed 3

There was a failure sending the message.

Saved 1

The message was saved.

Sent 2

The message was sent.

Applies to