Message class
Represents a message received by the HWC.
MessageFilter class
Represents a filter used to filter messages. Pass in null for any parameter you do not wish to filter (or do not pass in such parameters at all).
NativeErrorCodes namespace
This object contains constants representing the different types of public native error codes. Error codes larger than 500 are reserved for server communication errors which may occur as the result of online requests and/or attachment downloads
getMsgIconUrl( msg ) method
This function gets the URL of the icon for a message object depending on its processed status and whether there are custom icons defined.
getOffsetFromUTC( date ) method
Returns the total offset (difference) between the given "local" time and UTC including any daylight savings offsets if applicable.
saveLoginCertificate( certificate ) method
This function saves login credentials from a certificate to the credential cache. The common name is used for the username and the signed certificate is used for the password.
setReportErrorFromNativeCallback method
This function sets the callback function called when there is a native error reported. Calling this function will replace any callback that had been set previously.
showCertificatePicker method
This function opens a form on the device that allows the user to specify the credentials for the use of certificate-based authentication.