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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top