mobileCanSendMail

Determines if a devices can be used to send emails.

# Metadata

Platforms: mobile OS: ios, android Introduced: 4.6 Security:

# Syntax

mobileCanSendMail()

# Examples

answer mobileCanSendMail() with "okay"

if mobileCanSendMail() is false then answer "This device does not support e-mail" with "Okay" end if

# Description

Use the mobileCanSendMail function to determine if a particular mobile device is configured to send email.

# Tags

# See