See
http://www.outlookcode.com/d/code/convertfields.htm for a code sample that should be useful. When in doubt about the exact property names, check the object browser: Press ALt+F11 to open the VBA environment in Outlook, then press F2. Switch from <All Libraries> to Outlook to browse all Outlook objects and their properties, methods, and events. Select any object or member, then press F1 to see its Help topic.
--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
"Trois Jay" <(E-Mail Removed)> wrote in message news:130D7ABF-28FD-40E3-B588-(E-Mail Removed)...
>I need to copy the value of the Nickname field to the Pager field of each
> contact in the Contacts-folder.
>
> IOW: loop through the contacts-collection and copy any value in the Nickname
> field to the Pager field of that contact, then empty the Nickname field.
>
> I'm familiar with VBA; just don't know the exact syntax of the Outlook
> object model.
>
> Thanks in advance.
>
> Jay