Skip to main content

DeviceEmail

Namespace: Wisej.Hybrid

Assembly: Wisej.Hybrid

Provides methods to access the device's email client.

public class DeviceEmail

Access this class through the Device singleton.

Constructors

Instance memberDeviceEmail()

Initializes a new instance of DeviceEmail.

Properties

Instance memberIsComposeSupported

Boolean: Gets whether composing emails is supported on the client device.

Methods

Instance memberCompose(email, attachments)

Composes a new email with the given attachments.

ParameterTypeDescription
emailEmailMessageThe email to compose.
attachments optionalDictionary<String, Stream>The email attachments.