The latest update has broken my command line parameters ?
Sending EMails from my app using command line parateters was woring fine untill the latest update? Somthing has changed?
Все ответы (6)
How can we answer without seeing your command line?
This is a snippet of the Method that Runs Thunderbird, cEMailClient is a path to the Thunderbird Exe. cParameters is a string made up of the required detail for the Command line. This code has been working fine until the last Thunderbird update. Thank you for you help.
// Set the command line parameters. cParameters := " -compose subject="+cSubject+",from="+cFrom+",to="+cTo+",body="+cBody+",attachment="+cAttachment
// Run Thunderbird with command line parameters. _Run( cEMailClient + cParameters )
Изменено
This is a snippet of the Method that Runs Thunderbird, cEMailClient is a path to the Thunderbird Exe. cParameters is a string made up of the required detail for the Command line. This code has been working fine until the last Thunderbird update. Thank you for you help.
// Set the command line parameters. cParameters := " -compose subject="+cSubject+",from="+cFrom+",to="+cTo+",body="+cBody+",attachment="+cAttachment
// Run Thunderbird with command line parameters. _Run( cEMailClient + cParameters )
Изменено
In message muddle! Sorry posted twice.
May be best file a bug report at https://bugzilla.mozilla.org/enter_bug.cgi/) for that. If you do, please post the link to it here.
See how the Reddit poster I mentioned found the problem. Does that help you?