Automating Outlook

N

Nigel Fairbank

Hi:

In my application I wish to automate the sending of mail
via outlook 97. I therefore wish to log on using different
passwords and profiles.

In exposing the outlook object I find the
property .UserProperties.Session.Logon but cannot find the
correct combination to complete. The popup referes
to .UserProperties.Session.Logon([Profile], [Password],
[ShowDialog], [NewSession]) but when I
try .UserProperties.Session.Logon
("SomeName", "SomePassword", False, False) I get any error.

Any help would be greatly appreciated.

Thanks

Nigel
 

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