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

Inheritance: MvxAndroidTask, 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 ( 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

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 ( 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