Hello everyone!
I'm trying to use a microsoft namespace, I need to enable the option "vote" of outlook, I'm doing it on the VBO - EmailPOP3/SMTP.
When I refence the namespace "Microsoft.Office.Interop.Outook" on "Code options" the compiler show me the message:
Description: Compiler error at line 5135: 'Exception' is an ambiguous reference between 'Microsoft.Office.Interop.Outlook.Exception' and 'System.Exception'
But, Idk how I can give an "alias" to namespace or another solution for this issue.
Someone can help me?