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

Inheritance: Cirrious.CrossCore.WindowsPhone.Tasks.MvxWindowsPhoneTask, IMvxComposeEmailTaskEx
Afficher le fichier Open project: Everbridge/sm-MvvmCross

Méthodes publiques

Méthode 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

Method Details

ComposeEmail() public méthode

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
Résultat void

ComposeEmail() public méthode

public ComposeEmail ( string to, string cc, string subject, string body, bool isHtml ) : void
to string
cc string
subject string
body string
isHtml bool
Résultat void