Homer J. Simpson
2005-06-15 15:04:23 UTC
Hi all,
I have a small application that runs on a user's machine, sends an email
through MAPI, then shuts down. It simply calls MAPILogon(), MAPISendMail(),
and MAPILogoff() for the whole operation.
The email itself has a recipient, a subject line, and a file attachment.
There's no message body.
I have a customer who claims the following:
- he runs my application (actually, the application runs from a login
script)
- presumably my email is still sitting in his Outbox, if it hasn't been sent
already
- a while later, he starts to compose an email
- the bewildering part of his claim is that while composing the email, the
window somehow gets "hijacked" and closes down. Then in his Sent Items
folder, he sees my program's message, with my subject line, my file
attachment, but the body of the email he was in the middle of composing (!).
It sounds to me like, as he's composing his email, the items in the Outbox
get processed (presumably by some background thread), and when *that*
happens, GroupWise somehow manages to mess things up. I'm wondering if the
fact that my message has no body may confuse GW.
I can only speculate at this point. Anybody have thoughts?
I have a small application that runs on a user's machine, sends an email
through MAPI, then shuts down. It simply calls MAPILogon(), MAPISendMail(),
and MAPILogoff() for the whole operation.
The email itself has a recipient, a subject line, and a file attachment.
There's no message body.
I have a customer who claims the following:
- he runs my application (actually, the application runs from a login
script)
- presumably my email is still sitting in his Outbox, if it hasn't been sent
already
- a while later, he starts to compose an email
- the bewildering part of his claim is that while composing the email, the
window somehow gets "hijacked" and closes down. Then in his Sent Items
folder, he sees my program's message, with my subject line, my file
attachment, but the body of the email he was in the middle of composing (!).
It sounds to me like, as he's composing his email, the items in the Outbox
get processed (presumably by some background thread), and when *that*
happens, GroupWise somehow manages to mess things up. I'm wondering if the
fact that my message has no body may confuse GW.
I can only speculate at this point. Anybody have thoughts?