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
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