Email Message Text Going in "TO" Field

B

Braedda

I'm using the "SendObject" function in an Access 2003 form to send emails. I
have accurately filled in what should appear in the To, From, Subject, and
Message Text fields. (The Message Text that I am entering is just simple
text.)

The email is Lotus Notes. In Lotus Notes Version 6.0.3, everything works
perfectly. However, some of our users are running Version 6.5.5 of Lotus
Notes. When these folks use the email functionality in my Access Database,
the message text is dumped into the "To" field after the appropriate "To"
field data.

Obviously, there is something wrong within this version of Lotus Notes.
But, I was wondering if there was any way I could attempt to better control
the placement of the message text from within Access itself (maybe through
programming syntax?).

Thank you for any insight!

Braedda
 
P

pietlinden

I'm using the "SendObject" function in an Access 2003 form to send emails. I
have accurately filled in what should appear in the To, From, Subject, and
Message Text fields. (The Message Text that I am entering is just simple
text.)

The email is Lotus Notes. In Lotus Notes Version 6.0.3, everything works
perfectly. However, some of our users are running Version 6.5.5 of Lotus
Notes. When these folks use the email functionality in my Access Database,
the message text is dumped into the "To" field after the appropriate "To"
field data.

Obviously, there is something wrong within this version of Lotus Notes.
But, I was wondering if there was any way I could attempt to better control
the placement of the message text from within Access itself (maybe through
programming syntax?).

Thank you for any insight!

Braedda

why not just use code that automates Lotus Notes directly?

http://www.granite.ab.ca/access/email/lotusnotessample.htm
 
B

Braedda

Hi,
Thanks for the response. I tried your code and got it to work. I do need
the email to open up on the user's machine so they have an opportunity to
include attachments from their hard drives. The user can then manually push
the send button. Can you suggest how I can alter this code.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top