Accesing the properties of MailItem

  • Thread starter Thread starter Renjith V
  • Start date Start date
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.
 
Show the code you're using, including any "uses" and constructors.
 
Back
Top