View Single Post
  #1  
Old July 24th 07, 08:16 AM posted to microsoft.public.outlook.program_addins
Kelmen
external usenet poster
 
Posts: 1
Default OOM 2003: can't identify selected folder from Selection

Greeting, I'm working on add-in using C# and Outlook Object Model.

At one event I need to identify the selection items. But for case when
I selected a folder:
- the Selection.Count give me 1, ok.
- but getting the item out, I can't type cast it to MAPIfolder!
- I have no problem if the items are ContactItem!

Am I missing something, or its another OOM bug again?

Ads