GURU Help Needed! Error on Move

  • Thread starter Thread starter Sanjay Singh
  • Start date Start date
S

Sanjay Singh

I found the following error occurs with Outlook VBA.

If a user marks a received e-mail as complete (which I did accidently in
Outlook 2003) then the following code will fail

oMailItem.Move fld

(oMailItem and fld are of the appropriate types - code works as long as the
received e-mail is not marked as complete)

The error message displayed says "Unsent message cannot be marked complete"

How can I get around this.

Thanks in advance
Sanjay
 
That's a bug in Outlook 2003 that I reported to MS a while ago. The only
workaround other than not marking an email as complete is to mark it not
complete.
 
Back
Top