Outlook 2000 visibility & UserProperties.Find

  • Thread starter Thread starter Eric
  • Start date Start date
E

Eric

I am trying to start Outlook from C#. I have succeded in
accessing the Outlook Inbox and SentMail folders but I'm
nowhere in being able to make the application visible!
What is the secret?

Also, I'm am trying to ascertain if a UserProperty has
been defined for a given MailItem. The method
UserProperties.Find requires a string and an object
reference. One would think that the obvious object
reference would be the mail item itself, but this doesn't
seem to be the case. Any ideas?

A final question: The C# Dynamic Help is truly an
impressive facility UNTIL one investigates the Outlook
interop reference. Is there a comprehensive documentation
source for this topic?
 

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

Back
Top