All I can determine is that it is a System.__ComObject.
I am simply trying to access the properties of the MyInfo object as per
the MSDN documentation (e.g., PersonalMail). In ASP.NET,
MyInfo.PersonalMail returns yet another System.__ComObject but I can't
figure out what object it really is so I can access its properties
and/or methods.