outlook field copy

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

In Outlook 2003, for all items, in any folder, I would like to be able to copy the value of one given field to a different given field. The field that I most want to copy is "In Folder"; I'd like to copy it to a User field.

One reason for wanting to do this is that the "in Folder" field does not appear in the list of exportable folders when doing an Inport/Export

Any advice would be appreciated.
 
See http://www.outlookcode.com/d/code/convertfields.htm for some code that
can do this kind of copying on demand. The field you'll probably want to use
is Parent.FolderPath, in other words, the path to the parent folder for each
item.

--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers



hfreeman said:
In Outlook 2003, for all items, in any folder, I would like to be able to
copy the value of one given field to a different given field. The field
that I most want to copy is "In Folder"; I'd like to copy it to a User
field.
One reason for wanting to do this is that the "in Folder" field does not
appear in the list of exportable folders when doing an Inport/Export.
 
Back
Top