Accesing the properties of MailItem

R

Renjith V

Hello

I am using C# to code an Outlook Addin. In that I needs to display to the
user all the properties available for a MailItem. When I try to use
reflection to get the properties it returns an empty list of PropertyIfo[].
The reason being the type of the object is System.__ComObject. Can any one
help?

Regards
Renjith V.
 
K

Ken Slovak - [MVP - Outlook]

Show the code you're using, including any "uses" and constructors.
 

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