Mail with "Lotus Notes"?

C

Charlotte E.

Can someone help with with a code to attached the ActiveWorkbook to a "Lotus
Notes" mail?

The ActiveWorkbook, doesn't have to be zipped or anything - just attached to
a mail, ready for sending, once recipient has been selected.

Searching the Internet, I find a lot of miscellanous code to perform this on
a "OutLook" mail, but none for a "Lotus Notes"?

Can this be done???


TIA,
 
M

mud.never.sleeps

Can someone help with with a code to attached the ActiveWorkbook to a "Lotus
Notes" mail?

The ActiveWorkbook, doesn't have to be zipped or anything - just attachedto
a mail, ready for sending, once recipient has been selected.

Searching the Internet, I find a lot of miscellanous code to perform thison
a "OutLook" mail, but none for a "Lotus Notes"?

Can this be done???

TIA,



ActiveWorkbook.SendMail Recipients:="(e-mail address removed)"

This will attached it to a new mail msg in lotus notes provided notes
is open/running and lotus notes is the default email program.
 
C

Charlotte E.

ActiveWorkbook.SendMail Recipients:="(e-mail address removed)"

This will attached it to a new mail msg in lotus notes provided notes
is open/running and lotus notes is the default email program.


Sounds easy :)

I'll play a little with this approch...
 

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