DeviceEmail

Wisej.Hybrid.DeviceEmail

Namespace: Wisej.Hybrid

Assembly: Wisej.Hybrid (3.5.0.0)

Provides methods to access the device's email client.

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

email

The email to compose.

attachments

The email attachments.

Last updated