T
TMan
Hello All,
I've been using code like the following in a C# COM AddIn:
this.MyExplorerSelection.Item(items)
It works fine when referencing the Outlook 10 library via standard methods.
It is also available if I create my own PIA for Outlook.
However, if I install and reference Microsoft's PIA for Outlook and try to
compile, it throws an error. Upon checking the with the Object Browser, to
my dismay, the "Item" method is not available.
Has anyone else experienced this?
If so, does anyone know the reason behind it?
Thanks & Regards,
TC
I've been using code like the following in a C# COM AddIn:
this.MyExplorerSelection.Item(items)
It works fine when referencing the Outlook 10 library via standard methods.
It is also available if I create my own PIA for Outlook.
However, if I install and reference Microsoft's PIA for Outlook and try to
compile, it throws an error. Upon checking the with the Object Browser, to
my dismay, the "Item" method is not available.
Has anyone else experienced this?
If so, does anyone know the reason behind it?
Thanks & Regards,
TC