Closed Bug 1531506 Opened 6 years ago Closed 6 years ago

MS Access DoCmd.SendObject does not wait for message edit

Categories

(Thunderbird :: Untriaged, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 1530820

People

(Reporter: johns, Unassigned)

Details

User Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:65.0) Gecko/20100101 Firefox/65.0

Steps to reproduce:

MS Access (version 16) VBA Code:

DoCmd.SendObject , , , "person@company.com", , , "Orders Summary " & DATE

As of yesterday (Feb 27 2019) this code opened a new email message draft, addressed to "person@company.com", with subject of "Orders Summary ", to be edited by the user.

Actual results:

Since Thunderbird updated to version 60.5.2 (32-bit) this morning (Feb 28, 2019), the message is sent without waiting for the user to edit the message. Multiple computers, same problem.

Expected results:

New email message draft opened with "To:" and "subject" fields filled in.

Having same problem

Forgot to add. The email does get sent, it's just that the option to edit the message is ignored.

Code syntax is:

SendObject(ObjectType, ObjectName, OutputFormat, To, Cc, Bcc, Subject, MessageText, EditMessage, TemplateFile)

According to Microsoft:

EditMessage Optional Variant Use True (1) to open the electronic mail application immediately with the message loaded, so the message can be edited. Use False (0) to send the message without editing it. If you leave this argument blank, the default (True) is assumed.

The code is now behaving the same (ie what should only be the result when False) whatever value of editMessage is sent (Tue, False or Null).

Having the same problem, plus: some html code (for bold print) is ignored and the mail is sent as plain text

Status: UNCONFIRMED → RESOLVED
Closed: 6 years ago
Resolution: --- → DUPLICATE

THIS IS NOT resolved and bug only appeared when I installed 60.5.2.

Are you sure? All reports we had so far said that manual re-installation of 60.5.2 fixed the problem.

Have you tried to:
Uninstall TB 60.x
Restart
Checked that there were no traces left of the previous installation.
Re-installed TB 60.5.2?

Sorry, I had seen that comment only after I added mine. In fact, I just downloaded 60.5.2 and installed and restarted after that. It's working now. Thanks.

You need to log in before you can comment on or make changes to this bug.