Hi,
I need to convert/cast a generic list containing TaskItems to an Outlook.Items list.
i tried this but it doesn't work:
ListTaskItem> lst = newListTaskItem>();
lst.Add(myTaskItem);
Outlook.Items outItems = (Outlook.Items)lst;
Can anyone please show me the direction?
thank you
I need to convert/cast a generic list containing TaskItems to an Outlook.Items list.
i tried this but it doesn't work:
ListTaskItem> lst = newListTaskItem>();
lst.Add(myTaskItem);
Outlook.Items outItems = (Outlook.Items)lst;
Can anyone please show me the direction?
thank you