You got it! Lol.
When I move the item it moves normally and all the fields are filled in.
However I'm unsure if it's a one-off form that gets created or not.
I tried deleting the user-defined fields in the folder remade them with no
success.
Is what I'm doing unheard of? Does no one else programmatically move items
from folder to folder? If so how do they do it?
It's moving a custom form item inside the Close event that's a no-no.
You can see easily if it's a one-off by comparing the values of the Size and MessageClass properties with those of a custom form item moved manually.

Signature
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54
> You got it! Lol.
> When I move the item it moves normally and all the fields are filled in.
[quoted text clipped - 5 lines]
> Is what I'm doing unheard of? Does no one else programmatically move items
> from folder to folder? If so how do they do it?
"Sue Mosher [MVP-Outlook]" <suemvp@outlookcode.com> wrote in message news:%23st9GlG$HHA.3848@TK2MSFTNGP05.phx.gbl...
So you're trying to sneak around the limitation against calling Move inside the Close event handler (documented at http://outlookcode.com/article.aspx?id=59)?
I can't explain why the moved item would be missing data in a custom field. Do you see the same behavior if you move the item manually? What happens if you delete that field from the folder's User-defined Fields and then add it again. (This will not affect any data if you do it at the folder level.)
"koops2121 via OfficeKB.com" <u37561@uwe> wrote in message news:788e089a9b7f6@uwe...
> Function Item_Close()
>
[quoted text clipped - 34 lines]
> I checked the "user-defined fields in this folder" and CompanyName is in
> there however it appears blank when copied.
koops2121 - 24 Sep 2007 23:14 GMT
Ok, thanks a lot for your help!
Much appreaciated!