Send E-Mail

  • Thread starter Thread starter Chris
  • Start date Start date
C

Chris

Hi,

I have to send emails from within Access 97. We are using
Lotus Notes / Domino.
In several Newsgroups I found ways to do so.
But it will stop at
....
Set GetNotes = CreateObject("Notes.NotesSession")

The reason for that is because there is no reference set
to Lotus / Notes Object Library.

How can I set one? Are there other ways to send mails out
of Access 97?

Thank you very much!
Chris
 
The reason for that is because there is no reference set
to Lotus / Notes Object Library.

How can I set one? Are there other ways to send mails out
of Access 97?

Open the VBA editor (by typing Ctrl-G among other ways), and select
Tools... References. Scroll down until you find the Lotus Notes object
library and check it.
 
Thx for your reply.

.... Open the VBA editor (by typing Ctrl-G among other
ways), and select Tools... References. Scroll down until
you find the Lotus Notes object library and check it.
....

That is what I tried. But there is no such reference
available. How can I get it? What do I have to do?

Thy for your help.
Chris
 
Thx for your reply.

... Open the VBA editor (by typing Ctrl-G among other
ways), and select Tools... References. Scroll down until
you find the Lotus Notes object library and check it.
...

That is what I tried. But there is no such reference
available. How can I get it? What do I have to do?

The name may be rather cryptic. Since I don't have Lotus Notes
installed I have NO trace of a clue what it might be - I'd suggest
scrolling down the references one by one looking for any for which the
path is to the directory in which you have installed Lotus Notes, or
perhaps posting in a Lotus Notes support group (or reposting here with
a subject line "Finding Lotus Notes reference library").
 
Hi,

I have to send emails from within Access 97. We are using
Lotus Notes / Domino.
In several Newsgroups I found ways to do so.
But it will stop at
...
Set GetNotes = CreateObject("Notes.NotesSession")

The reason for that is because there is no reference set
to Lotus / Notes Object Library.

How can I set one? Are there other ways to send mails out
of Access 97?

Thank you very much!
Chris

You may want to try EasyMail SMTP (http://www.quiksoft.com/objects/smtp/).

Dan
 
Hi,

I have to send emails from within Access 97. We are using
Lotus Notes / Domino.
In several Newsgroups I found ways to do so.
But it will stop at
.....
Set Session = CreateObject("Notes.NotesSession")

Now after I have set the reference, I still get this error:

Runtim Error '429'
Object couldn't be created through ActiveX-Component
(Error 429)

Any Clue?

Thank you very much
Chris

Thank you very much!
Chris
 
Back
Top