Outlook send / display in VBA versus Lotus Notes Send / Display

lesg01stn

New member
Local time
Today, 02:54
Joined
Mar 4, 2014
Messages
5
Hi All,

After serching the web and modifying code I am now able to create an email and attach various objects converted to PDF / Excel for users that use either outlook or lotus notes BUT... in outlook vba you can either send directly or display the outlook mail object by using the function .send or .display..

I am struggling to find the display code for lotus notes where the code to send is:

MailDoc.Send 0, Recipient

I tried MailDoc.Display 0, Recipient but it didnt work

Could someone advise the object command for display?
 
Last edited:

Users who are viewing this thread

Back
Top Bottom