Closing outlook object

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
I have produced a simple Email database were the fills a table with email
addresses, they then produce a newsletter in a memo field and finally they
click a button to send the newsletter to the email addresses. The system
works and I have downloaded a small program called ClickYes to get over the
security popup problem.
What I need to know is when you open the Outlook object with: -

Set olApp = New Outlook.Application

Do Until Rst.EOF

Set olMsg = CreateItem(olMailItem)

do I need to close the object, and if yes how?

My system runs fine but the customers system keeps comming up with an ole
error

can you help or advise

Mike J. Soames
 
What is the error?

Which version of Outlook are you using and which version of Outlook is your
customer using?
 
Back
Top