'Item' method of 'Selection' object not available with Microsoft's PIA for Outlook

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top