Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 12
Default 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,
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 621
Default 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,

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Send Mail using Lotus Notes locochon2010 Excel Programming 1 September 1st 09 10:55 PM
Send email in Lotus Notes CLR Excel Programming 2 May 29th 08 12:09 PM
Has anyone sent emails from Excel via Lotus Notes? Nick Bennett Excel Discussion (Misc queries) 2 May 8th 08 01:44 AM
?? Send function not available for Lotus Notes Jaylin Excel Discussion (Misc queries) 0 October 12th 07 02:36 AM
Saving emails sent by Lotus Notes through Excel cdb Excel Programming 4 June 26th 07 08:44 PM


All times are GMT +1. The time now is 06:45 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"