K
kurecka
Hello,
I'm new to program Outlook apps. I have BCM account object and want to
find all comunication history objects in C#.
I use following command:
object item = olNameSpace.GetItemFromID(entryID,
bcmHistoryFolder.StoreID);
but then is necessary to find out type of the object
(Outlook.ContactItem, Outlook.JournalItem, ...). There are several
items but GetIemFromID returns only the first record.
Can anyone help me, please?
Thanks a lot.
Regards
Radek
I'm new to program Outlook apps. I have BCM account object and want to
find all comunication history objects in C#.
I use following command:
object item = olNameSpace.GetItemFromID(entryID,
bcmHistoryFolder.StoreID);
but then is necessary to find out type of the object
(Outlook.ContactItem, Outlook.JournalItem, ...). There are several
items but GetIemFromID returns only the first record.
Can anyone help me, please?
Thanks a lot.
Regards
Radek