Send E-Mail

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
 
J

John Vinson

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.
 
C

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?

Thy for your help.
Chris
 
J

John Vinson

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").
 
D

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

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