Skip to main content

DeviceEmailInfo

Namespace: Wisej.Hybrid

Assembly: Wisej.Hybrid

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​

Instance memberDeviceEmailInfo()​

Initializes a new instance of the DeviceEmailInfo class.

Properties​

Instance memberIsComposeSupported​

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

Methods​

Instance memberOnWebUpdate(info)​

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

ParameterTypeDescription
infoObjectDynamic object containing email support information.