body of message is deleted during forwarding

T

TonyD

I am forwarding a message from the drafts folder by finding the message
to forward based on a subject submitted as a parameter, creating a new
mailitem for the draft, forward that message to another new mailitem.
This process works, except the body of the forwarded mailitem is
eliminated when a method (save, display, send) is issued against the
mailitem. the subject, attachments and signature remain intact. By
stepping through the code, it was determined that the body is not
eliminated until a method is executed.

*** Sent via Developersdex http://www.developersdex.com ***
 
M

Michael Bauer

Am Mon, 01 Aug 2005 07:25:09 -0700 schrieb TonyD:

Tony, why do you create a new item and forward that instead of calling the
found item´s Forward method?
 
Top