PDL_LaunchEmail
Description
Launches the email browser with a new message pre-filled with the passed Subject and Body fields.
Syntax
PDL_Err PDL_LaunchEmail(const char* Subject, const char* Body);
Returns
PDL_INVALIDINPUT -- Subject or Body is null. PDL_ECONNECTION -- Unable to communicate with app card. PDL_NOERROR -- Success.