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?
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: