DeviceEmailInfo

Wisej.Hybrid.DeviceEmailInfo

Namespace: Wisej.Hybrid

Assembly: Wisej.Hybrid (3.5.0.0)

Represents information about the device's email capabilities. This class provides properties to check if specific email-related features are supported by the device.

public class DeviceEmailInfo : DeviceInfoBase

Access this class through the Info singleton.

Constructors

Initializes a new instance of the DeviceEmailInfo class.

Properties

Boolean: Gets a value indicating whether email composition is supported on the device.

Methods

Updates the email capability information based on the data provided from a web source.

ParameterTypeDescription

info

Dynamic object containing email support information.

Last updated