Søg i Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Does Thunderbird (or an add-on) support automation like Outlook does?

  • 1 svar
  • 1 har dette problem
  • 24 visninger
  • Seneste svar af Zenos

more options

Microsoft Office applications like Excel and Outlook support 'automation' where, let's say Outlook, can be called from within another program using the CREATEOBJECT() command. This command [x= CREATEOBJECT("Outlook.application")] would start Outlook. Subsequent commands can populate the email recipient, subject, body, add any attachments and display Outlook fully ready for additional comments. Is there an add-on that will allow Thunderbird to support automation?

Microsoft Office applications like Excel and Outlook support 'automation' where, let's say Outlook, can be called from within another program using the CREATEOBJECT() command. This command [x= CREATEOBJECT("Outlook.application")] would start Outlook. Subsequent commands can populate the email recipient, subject, body, add any attachments and display Outlook fully ready for additional comments. Is there an add-on that will allow Thunderbird to support automation?

Alle svar (1)

more options

Not as far as I know, but you can build an email message via the command line.

http://kb.mozillazine.org/Command_line_arguments_%28Thunderbird%29