ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Send emails on behalf of a group - VBA - Lotus Notes (https://www.excelbanter.com/excel-programming/450269-send-emails-behalf-group-vba-lotus-notes.html)

sachin ahuja

Send emails on behalf of a group - VBA - Lotus Notes
 
Hi,

I am using below code to send email on behalf of a group using OUTLOOK, I want to do send same mail using Lotus Notes.

Set Outluk = CreateObject("Outlook.Application")
Outluk.ActiveExplorer.Activate
Set objMail = Outluk.CreateItem(olMailItem)
objMail.Display
objMail.TO = "
objMail.Subject ="Notification Mail "
objMail.SentOnBehalfOfName = "
objMail.Send
Set Outluk = Nothing

Please help me to do same task with Lotus Notes.

Thanks,

Gord Dibben[_2_]

Send emails on behalf of a group - VBA - Lotus Notes
 
See Ron de Bruin's site for Lotus Notes coding.

http://www.rondebruin.nl/win/s1/notes/notes.htm

Gord


On Mon, 11 Aug 2014 03:19:31 -0700 (PDT), sachin ahuja
wrote:

Hi,

I am using below code to send email on behalf of a group using OUTLOOK, I want to do send same mail using Lotus Notes.

Set Outluk = CreateObject("Outlook.Application")
Outluk.ActiveExplorer.Activate
Set objMail = Outluk.CreateItem(olMailItem)
objMail.Display
objMail.TO = "
objMail.Subject ="Notification Mail "
objMail.SentOnBehalfOfName = "
objMail.Send
Set Outluk = Nothing

Please help me to do same task with Lotus Notes.

Thanks,



All times are GMT +1. The time now is 12:00 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com