The mailMsg method sends a message using the default MAPI mail application.
mailMsg(System.Boolean bUI, System.String cTo, System.String cCc);
bUI
If it prompts to the user.
cTo
semicolon-separated list of addressees.
cCc
[optional] semicolon-separated list of Cc addressees.
cBcc
[optional] semicolon-separated list of BCC addressees.
cSubject
[optional] Subject line text (max 64kB).
cMsg
[optional] Message text (max 64kb).
Returns None.
Member of app.