This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
~Sarah Cisgeromannivu 14.Jul.03 09:09 PM a Web browser Applications DevelopmentAll ReleasesWindows NT
Hi People!!!
I'm trying to keep sent documents at user's sent view, but documents stay at user's inbox.
I tried to use the NotesDocument's propertie SaveMessageOnSend, but it's not working.
Set maildoc = New NotesDocument(db)
maildoc.SaveMessageOnSend = true
maildoc.Form = "Memo"