mobileCanSendMail

Typefunction
DictionaryLCS
LibraryLiveCode Script
Syntax
mobileCanSendMail()
Synonymsiphonecansendmail
Summary

Determines if a devices can be used to send emails.

Introduced4.6
OSios, android
Platformsmobile
Example
answer mobileCanSendMail() with "okay"
if mobileCanSendMail() is false then
    answer "This device does not support e-mail" with "Okay"
end if
Values
NameTypeDescription
return

Returns a boolean result:

true: the device supports email submission
false: the device does not support email submission
RelatedCommand: mobileComposeUnicodeMail, mobileComposeMail, mobileComposeHtmlMail
Description

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