IEmailComposeService Interface |
Namespace: Cimbalino.Toolkit.Services
public interface IEmailComposeService
Name | Description | |
---|---|---|
ShowAsync(String, String) |
Shows the e-mail compose screen with the specified subject and message body.
| |
ShowAsync(String, String, String) |
Shows the e-mail compose screen with the specified recipients, subject and message body.
| |
ShowAsync(String, String, String, String, String) |
Shows the e-mail compose screen with the specified recipients, CC recipients, BCC recipients, subject and message body.
|