C# Class myProducts.Xamarin.WindowsPhone.Text.MailComposer

Inheritance: IMailComposer
Show file Open project: ChristianWeyer/myProducts-End-to-End

Public Methods

Method Description
Compose ( string to, string subject, string body ) : void

Method Details

Compose() public method

public Compose ( string to, string subject, string body ) : void
to string
subject string
body string
return void