Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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, |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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, |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Send Mail using Lotus Notes | Excel Programming | |||
Send email in Lotus Notes | Excel Programming | |||
Has anyone sent emails from Excel via Lotus Notes? | Excel Discussion (Misc queries) | |||
?? Send function not available for Lotus Notes | Excel Discussion (Misc queries) | |||
Saving emails sent by Lotus Notes through Excel | Excel Programming |