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?
כל התגובות (4)
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.