MailItem.Send() error: "The item has been moved or deleted"

C

Caio Pereira

Hello,

I made an Outlook add-in.
When I try to send a mail item the send method works fine, but when I open
two or more e-mails, send one and then send other, the e-mail object
(MailItem) doesn't have the properties anymore getting the error: "The item
has been moved or deleted".

When the e-mail is sent, the e-mail object (MailItem) loses all its
properties.

Can somebody help me?

Caio
 
Top