DeviceEmail
Namespace: Wisej.Hybrid
Assembly: Wisej.Hybrid
Provides methods to access the device's email client.
- C#
- VB.NET
public class DeviceEmail
Public Class DeviceEmail
Access this class through the Device singleton.
Constructors
DeviceEmail()
Initializes a new instance of DeviceEmail.
Properties
IsComposeSupported
Boolean: Gets whether composing emails is supported on the client device.
Methods
Compose(email, attachments)
Composes a new email with the given attachments.
| Parameter | Type | Description |
|---|---|---|
| EmailMessage | The email to compose. | |
| attachments | Dictionary<String, Stream> | The email attachments. |