I'm having an issue mapping from a COM object to an object. I believe the problem is that GetType()
on the COM object returns System.__ComObject
. How can I get around this?
Missing type map configuration or unsupported mapping.
Mapping types:
Recipient -> RecipientModel
Microsoft.Office.Interop.Outlook.Recipient -> MyApp.Forms.Models.RecipientModel
Destination path:
RecipientModel
Source value:
System.__ComObject