Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

exit notes

2 views
Skip to first unread message

Bhupinder Singh

unread,
May 8, 2009, 8:23:04 AM5/8/09
to
How do I exit notes after sending email using vba or vbs. Any helps
will be realy appreciated.

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.

0 new messages