MessageUI.MFMailComposeViewController Members

The members of MessageUI.MFMailComposeViewController are listed below.

See Also: Inherited members from UIKit.UINavigationController

Public Constructors

Default constructor that initializes a new instance of this class with no parameters.
A constructor that initializes the object from the data stored in the unarchiver object.

Protected Constructors

Constructor to call on derived classes to skip initialization and merely allocate the object.
A constructor used when creating managed representations of unmanaged objects; Called by the runtime.

Public Properties

[read-only]
static
AppearanceMFMailComposeViewController.MFMailComposeViewControllerAppearance. Strongly-typed property that returns the UIAppearance class for this class.
[read-only]
static
CanSendMailbool. Documentation for this section has not yet been entered.
[read-only]
override
ClassHandleIntPtr. The handle for this class.
MailComposeDelegateIMFMailComposeViewControllerDelegate. Documentation for this section has not yet been entered.
WeakMailComposeDelegateFoundation.NSObject. Documentation for this section has not yet been entered.

Public Methods

AddAttachmentData(Foundation.NSData, string, string)
Documentation for this section has not yet been entered.
static
AppearanceWhenContainedIn(params Type[]) : MFMailComposeViewController.MFMailComposeViewControllerAppearance
Returns a strongly typed UIAppearance for instances of this class when the view is hosted in the specified hierarchy.
static
GetAppearance<T>() : MFMailComposeViewController.MFMailComposeViewControllerAppearance
Documentation for this section has not yet been entered.
static
GetAppearance<T>(UIKit.UITraitCollection) : MFMailComposeViewController.MFMailComposeViewControllerAppearance
Documentation for this section has not yet been entered.
static
GetAppearance<T>(UIKit.UITraitCollection, params Type[]) : MFMailComposeViewController.MFMailComposeViewControllerAppearance
Documentation for this section has not yet been entered.
SetBccRecipients(string[])
Documentation for this section has not yet been entered.
SetCcRecipients(string[])
Documentation for this section has not yet been entered.
SetMessageBody(string, bool)
Documentation for this section has not yet been entered.
SetSubject(string)
Documentation for this section has not yet been entered.
SetToRecipients(string[])
Documentation for this section has not yet been entered.

Protected Methods

override
Dispose(bool)
Releases the resources used by the MFMailComposeViewController object.

Public Events

FinishedDocumentation for this section has not yet been entered.