Closed
Bug 189344
Opened 23 years ago
Closed 22 years ago
recipient not filled out when mapi is used from MS Access
Categories
(MailNews Core :: Simple MAPI, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: Biesinger, Assigned: Bienvenu)
References
Details
Attachments
(1 file)
|
1.65 KB,
patch
|
mscott
:
superreview+
|
Details | Diff | Splinter Review |
ok, I now tried to use MAPI to open a Mozilla mail window with a filled-out
recipient.
However, no recipient was filled out. Body and Subject was fine.
This doesn't work in NS 6.2.1, neither does it work in mozilla trunk 2003011412
Christian, how can it fill in the recipent, it doesn't know who you want to send
the message too.
When using MAPI to Send a file to someone using the default mail app, you will
get the Compose window with the sender information filled in and the file listed
as an attachment, you need to fill in who the message is going to (the
recipient/s).
| Reporter | ||
Comment 2•23 years ago
|
||
esther, I'm using MAPI from my own program (well, MS Access actually), and the
API allows to specify recipients for a Message.
See e.g.
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/mapi/html/_mapi1book_mapimessage_simple_mapi_.asp
together with:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/mapi/html/_mapi1book_mapirecipdesc_simple_mapi_.asp
for the APIs programs can use to specify recipients with MAPI.
| Reporter | ||
Comment 3•23 years ago
|
||
actually, doing it the way it is described there works just fine (just wrote a
testing program for that)
I wonder why it doesn't work from Access...
| Reporter | ||
Updated•23 years ago
|
Summary: recipient not filled out when mapi is used → recipient not filled out when mapi is used from MS Access
| Reporter | ||
Comment 4•23 years ago
|
||
*** Bug 204220 has been marked as a duplicate of this bug. ***
| Reporter | ||
Comment 5•23 years ago
|
||
Bug 204220 has a sample database showing this bug
Comment 6•22 years ago
|
||
Anyone on this bug ???
*** Bug 222171 has been marked as a duplicate of this bug. ***
i resubmit some more information that i found out (false report 222171):
i also noticed this bug on win2000 and with mozilla (any 1.x version) as well as
thunderbird 0.2 and 0.3. i also could reproduce this problem with the eudora
mail client. but outlook, opera6, opera7 and netscape 4 work fine in generating
mails.
i had another program call a new mail (jasc paint shop pro 7) and it called the
netscape 4 mail client with all: subject, mailto address and content, but i am
not sure which application call they're using, maybe it's another call (not
mapi).
maybe this helps: i also have opera 6 and 7, as well as netscpae 4 and
thunderbird on my OS. i also tried several versions of mozilla (which i now
uninstalled via 'software' in the 'control panel'), which had the same problem.
could it possibly be that another browser or mail application causes this
trouble?
I reported this ages ago. Has not been fixed as far as I can see.
Do any of these bug actually get fixed?
Comment 10•22 years ago
|
||
*** Bug 181413 has been marked as a duplicate of this bug. ***
| Assignee | ||
Comment 11•22 years ago
|
||
if mapi client passes in e-mail address in the name field instead of address
field, we should use that instead...
Assignee: rdayal → bienvenu
Status: NEW → ASSIGNED
| Assignee | ||
Updated•22 years ago
|
Attachment #151622 -
Flags: superreview?(mscott)
Updated•22 years ago
|
Attachment #151622 -
Flags: superreview?(mscott) → superreview+
| Assignee | ||
Comment 12•22 years ago
|
||
this fix was checked in.
Status: ASSIGNED → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Updated•21 years ago
|
Product: MailNews → Core
Comment 13•21 years ago
|
||
(In reply to comment #12)
> this fix was checked in.
I am using: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041217
Which appearst to be the most recent release build available. I can confirm that
I am still having this problem. I have an MS Access database that uses MAPI
calls to generate emails. The To: and Bcc: information is not being succussfully
loaded into the mail compose window, but the Subject: and body are fine.
Has that fix that was checked in been applied to any of the release builds?
Comment 14•21 years ago
|
||
(In reply to comment #13)
> Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041217
>
> Which appearst to be the most recent release build available. I can confirm
> that I am still having this problem.
Reporter of bug 157859 has the same complaint with current builds. There is
some sample code there (VB or somethign) that he says exhibits the problem.
Comment 15•21 years ago
|
||
*** Bug 242891 has been marked as a duplicate of this bug. ***
Updated•18 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•