Closed Bug 1531284 Opened 6 years ago Closed 6 years ago

MAPISendMail - VBA Confirmation Fails

Categories

(Thunderbird :: Untriaged, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 1530820

People

(Reporter: juan.luis.gonzalez.alvarez, Unassigned)

Details

User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.119 Safari/537.36

Steps to reproduce:

From any Microsoft Office App (Word, Excel, Access), if you call Docmd.SendObject to send a email using Thunderbird, it doesn't open message for edit.

Here is the info about this function:

https://docs.microsoft.com/es-es/office/vba/api/access.docmd.sendobject

The parameter EditMessage does't work in 60.5.2 but it works in 6.5.1

Actual results:

Edit message window not shown.

Expected results:

Message windows must be shown to edit message.

I discovered the same behavior with the following code.

a call through the MAPI interface (mozMAPI32.dll)

MAPISendMail (0, Application.Handle, MailMessage, MAPI_DIALOG or MAPI_LOGON_UI, 0)

results in:
up to version 60.5.1: a window to edit the message was shown.
version 60.5.2: the message is sent immediately

The parameter MAPI_DIALOG is ignored.

Status: UNCONFIRMED → RESOLVED
Closed: 6 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.