Windows 10 reached EOS (end of support) on October 14, 2025. If you are on Windows 10, see this article.

Avatar for Username

Поиск в поддержке

Избегайте мошенников, выдающих себя за службу поддержки. Мы никогда не попросим вас позвонить, отправить текстовое сообщение или поделиться личной информацией. Сообщайте о подозрительной активности, используя функцию «Пожаловаться».

Подробнее
Открытый

The latest update has broken my command line parameters ?

Neale4

Sending EMails from my app using command line parateters was woring fine untill the latest update? Somthing has changed?

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 )

Изменено Neale4

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 )

Изменено Neale4

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.

Similar: https://www.reddit.com/r/Thunderbird/comments/1vnustw/did_the_thunderbird_command_line_interface_change/

See how the Reddit poster I mentioned found the problem. Does that help you?

Задать вопрос

Для ответа на сообщения вы должны войти в свою учётную запись. Пожалуйста, задайте новый вопрос, если у вас ещё нет учётной записи.