Send Mail & Lotus Notes

michaeldh

Board Regular
Joined
Jun 11, 2002
Messages
201
Mr Excel,

I know how to send mail using Outlook directly from an Excel spreadsheet (not hard to do). However, I cannot get it to work when using Lotus Notes.

Is there a way to ActiveWorkbook.Sendmail with Lotus Notes.

Thanks.

Michael.
 

Excel Facts

Save Often
If you start asking yourself if now is a good time to save your Excel workbook, the answer is Yes
Howdy, Dennis has provided a good link. A few other thoughts with this code, you'll want the active workbook to be saved and you'll want to set the attachment as:

<pre>
Attachment = ActiveWorkbook.FullName</pre>

Also, if you want the message to be saved in your sent folder you'll want to change:

<pre>
MailDoc.SAVEMESSAGEONSEND = SaveIt

to

MailDoc.SAVEMESSAGEONSEND = True</pre>
 
Upvote 0
Re: Send Mail & Lotus Notes

Hi there,

I came across this thread as I basically have the same exact question as the original poster. Unfortunately, the link leads to a page which no longer exists. Is there anyone out there who has a solution to the question?
 
Upvote 0

Forum statistics

Threads
1,214,661
Messages
6,120,797
Members
448,994
Latest member
rohitsomani

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top