Author: sebairsebair Date: Aug 22, 2008 07:04
I am contracted with an organization that uses Lotus Notes.
Unforunately, I have zero experience with it. My task is to automate
the production of some Crystal reports and then email them via Notes.
That much I have done. Now, I'll try to explain the problem.
The emails are sent from a workspace mailbox that is not mine (not
sure is the jargon si correct). I can open it and look at the Sent
folder. The mail items show up as they should. Here's the issue --
when I open the Sent folder and look at a message I created in code,
the From field shows my name. That's Ok. But when another person
opens the sent folder and looks at the message, it shows their name as
the From address.
Oddly, when any recipient opens the message in their own inbox the
From address is consistently mine.
Here is the pertinent part of my code.
Set MailDoc = MailDb.CreateDocument
With MailDoc
|