Can not move or copy message having "flag complete"

  • Thread starter Thread starter Vinayakc
  • Start date Start date
V

Vinayakc

Hi all,

I am facing one strnage problem while moving mail item or coying it
through my add-in. If the mail item is being marked as "flag-complete",
copy or move operation on that mail item just fails.

Can someone please provide any solution for this.

Regards
vinayakc
 
That's a known bug that's been around for a while now.

The workarounds for it include testing for an error when performing your
operation and if it's that error checking for the complete flag and clearing
it, moving/copying the item and then setting the flag to complete on the
copied/moved item. It's a hack but it lets things work. You can also test
for flag complete before the operation but that's extra work for the
majority of items that won't be flagged complete.
 

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

Back
Top