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?
 
Back
Top