Cimbalino Toolkit
Cimbalino Toolkit
API Reference
Cimbalino.Toolkit.Services
EmailComposeService Class
EmailComposeService Methods
ShowAsync Method
ShowAsync Method (String, String)
ShowAsync Method (String, String, String)
ShowAsync Method (String, String, String, String, String)
EmailComposeService
ShowAsync Method (String, String, String, String, String)
Shows the e-mail compose screen with the specified recipients, CC recipients, BCC recipients, subject and message body.
Namespace:
Cimbalino.Toolkit.Services
Assembly:
Cimbalino.Toolkit (in Cimbalino.Toolkit.dll) Version: 2.2.1.0 (2.2.1.0)
Syntax
C#
Copy
public
virtual
Task
ShowAsync
(
string
to
,
string
cc
,
string
bcc
,
string
subject
,
string
body
)
Parameters
to
Type:
System
String
The e-mail recipients.
cc
Type:
System
String
The e-mail CC recipients.
bcc
Type:
System
String
The e-mail BCC recipients.
subject
Type:
System
String
The e-mail subject.
body
Type:
System
String
The e-mail message body.
Return Value
Type:
Task
The
Task
object representing the asynchronous operation.
Implements
IEmailComposeService
ShowAsync(String, String, String, String, String)
Version Information
Windows
Supported in: 10.0, 8.1
Windows Phone
Supported in: 8.1
Windows Phone Silverlight
Supported in: 8.1, 8.0
See Also
Reference
EmailComposeService Class
ShowAsync Overload
Cimbalino.Toolkit.Services Namespace