- Special cases
- Members of the Email structure taken into account
EmailRunApp (Function) In french: EmailLanceAppli
// Send a message with attachment Email.Recipient[1] = "recipient@email.com" Email.NbRecipient = 1 Email.Subject = "Subject of message" Email.Message = "Text of the message" Email.Attach[1] = "/sdcard/photo.jpg" Email.NbAttach = 1 EmailRunApp()
Remarks Members of the Email structure taken into account
Related Examples:
|
Cross-platform examples (WINDEV Mobile): WM Expense Account
[ + ] This example allows you to manage your fees. Let's see the main features of this application: - The input of invoices - Management of foreign currencies - Inclusion of photo document for the invoices - Ability to email the expense account - Ability to track the expense accounts - ...
|
This page is also available for…
|
|
|