C# Class Cirrious.MvvmCross.Plugins.Email.Touch.MvxComposeEmailTask

Inheritance: Cirrious.CrossCore.Touch.Platform.MvxTouchTask, IMvxComposeEmailTaskEx
Show file Open project: Everbridge/sm-MvvmCross

Public Methods

Method Description
ComposeEmail ( IEnumerable to, IEnumerable cc, string subject, string body, bool isHtml, IEnumerable attachments ) : void
ComposeEmail ( string to, string cc, string subject, string body, bool isHtml ) : void
MvxComposeEmailTask ( ) : System

Private Methods

Method Description
HandleMailFinished ( object sender, MFComposeResultEventArgs e ) : void

Method Details

ComposeEmail() public method

public ComposeEmail ( IEnumerable to, IEnumerable cc, string subject, string body, bool isHtml, IEnumerable attachments ) : void
to IEnumerable
cc IEnumerable
subject string
body string
isHtml bool
attachments IEnumerable
return void

ComposeEmail() public method

public ComposeEmail ( string to, string cc, string subject, string body, bool isHtml ) : void
to string
cc string
subject string
body string
isHtml bool
return void

MvxComposeEmailTask() public method

public MvxComposeEmailTask ( ) : System
return System