Notes email.

S

sonu

I use VBA to send email from notes database. I like to close my notes
email after sending email I dont know how to do that. Any help will be
really appreciagted.

Set notessession = CreateObject("Notes.Notessession")
Set notesdb = notessession.getdatabase("", "")


My code to send email....


set notesdb = nothing
Set notessession = Nothing


I tried notesdb.exit/close/quit and nothing worked.
 
Top