A forward item is a new item. Item.Size = 0 but Item.Subject <> "".

Signature
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
Do you know if Reply will increase the Item.Size? I dont think my code will
work validating it against any other field (that I know of).
It worked perfectly fine, kept all of the field values how I wanted it, but
when I changed the form forward action it messed it up.
> A forward item is a new item. Item.Size = 0 but Item.Subject <> "".
>
[quoted text clipped - 16 lines]
> >
> > Thanks
Sue Mosher [MVP-Outlook] - 28 Sep 2006 12:32 GMT
Same thing: A reply is a new message. Item.Size = 0. What distinguishes a reply is that it has at least one recipient.

Signature
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
> Do you know if Reply will increase the Item.Size? I dont think my code will
> work validating it against any other field (that I know of).
[quoted text clipped - 3 lines]
>
>> A forward item is a new item. Item.Size = 0 but Item.Subject <> "".
>>
>> > My OL custom form has a bit of code which fires when the item is first opened
[quoted text clipped - 15 lines]
>> >
>> > Thanks