Assigning Values to Contact UserProperties

M

MWE66

I am running Outlook2003.

I added several "new" variables (UserProperties) when creating a
revised form for Contacts viewing (NCDF). The MessageClass for contacts
displayed with the new form (and user variables) is IPM.Contact.NCDF
I ran a (one time)VBA procedure to change the message class of relevant
contacts to IPM.Contact.NCDF
Everything seems to work fine except when I try to assign values to
UserProperties under VBA control.

There are no problems with existing contacts or new contacts created
manually. Forms works fine, UserProperties values are what they should
be. VBA procedures that assign values to UserProperties work fine.

If I create a new contact under VBA control and assign values to
standard variables, that works fine. But it if I create a new contact
using a VBA procedure and assign values to both standard contact
variables and UserProperties, the UserProperties remain Null.

If anyone has any ideas, I would appreciate that feedback.

Thanks
 
S

Sue Mosher [MVP]

Show a relevant code snippet, please.

In your form design, do the custom fields appear on the All Fields tab under
"User Fields in This Item"?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top