N
Neetu
We have a custom folder. inside outlook. we are dragging mail item from inbox
to this custom folder. we can add mail to folder(custom) from inbox then
again drag the mail item back to inbox. this step, for add and delete from
custom folder is happening 2 times only. after that if we tries to add same
mail item from inbox to custom folder, item doesn't add.
we are calling
Marshal.ReleaseComObject(mailselected);
mailselected = null;
each time when we deleting item from custom folder.
if we drag more than 1 items from inbox then to inbox, after each step one
mail item stops adding into custom folder.
any suggestion are welcome.
Thanks
Neetu
to this custom folder. we can add mail to folder(custom) from inbox then
again drag the mail item back to inbox. this step, for add and delete from
custom folder is happening 2 times only. after that if we tries to add same
mail item from inbox to custom folder, item doesn't add.
we are calling
Marshal.ReleaseComObject(mailselected);
mailselected = null;
each time when we deleting item from custom folder.
if we drag more than 1 items from inbox then to inbox, after each step one
mail item stops adding into custom folder.
any suggestion are welcome.
Thanks
Neetu