Livecode Wiki
Advertisement

Determines if a devices can be used to send emails.Syntax:

mobileCanSendMail ()

Examples:

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

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

See also: mobileComposeMail (command),mobileComposeHtmlMail (command),

Advertisement