Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Automatic generated email not working with Lotus Version 8.0.1

Status
Not open for further replies.

cuetzpalin

Programmer
Jun 5, 2002
99
0
0
US
Hello,

I built an Access App that generates and sends out an email through Lotus Notes. I recently upgraded Lotus Notes to version 8.0.1 and now the emails aren't being sent with High Importance.

In my code module I have to following references checked:
Lotus Domino Objects
Lotus Notes Automation Classes

The code snippet for the high importance looks like this...
.AppendItemValue, "Importance", strImportance

Where strImportance is set to True.

Thanks in advance for your help!

- Ed
 
Don't have R8 available yet, but one possibility is that the field name has changed.
Try sending yourself a properly-configured email and check the Properties of the mail you receive to see if the field name is the right one.

Pascal.

I've got nothing to hide, and I'd very much like to keep that away from prying eyes.
 
Thanks for your suggestion. The value actually changed from True to 1.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top