Saving Lotus Notes in Sent Folder vba excel

J

jason36

I have no problem sending zipped excel files via Lotus Notes but for audit
trail purposes can find no trace in Lotus Notes that I have sent them. I
have included the below but nothing happens. Any help would be greatly
appreciated


objNotesDocument.SaveMessageOnSend = True
objNotesDocument.PostedDate = Now()
 
Top