cuetzpalin
Programmer
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
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