I need to send a Table as an attachment to an Email with Lotus Notes.
I've browsed the previous post on this but i can't find a solution.
My simple sendObject works fine with Outlook
DoCmd.SendObject acTable, "Table1", "MicrosoftExcel(*.xls)", "email@hotmail.com", "", "", "test", "testing 1 2 3", False, ""
but Lotus is being a real pain.
I've browsed the previous post on this but i can't find a solution.
My simple sendObject works fine with Outlook
DoCmd.SendObject acTable, "Table1", "MicrosoftExcel(*.xls)", "email@hotmail.com", "", "", "test", "testing 1 2 3", False, ""
but Lotus is being a real pain.