Wrong group, you want to post programming questions in a group that has
"program" in it. For BCM, which most of us know very little about, you
should post in a BCM group.
Those properties will only be there if you have BCM installed and you open a
BCM contact item or one that has the same MessageClass as BCM uses. That
means the custom form must be published on your computer in one of the form
libraries (Personal, Organizational, folder).
If those conditions are met you would use the UserProperties collection for
those properties:
item.UserProperties["AccountNumber"] = "78";

Signature
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm
> This is a development question, please let me know if this is the wrong
> newsgroup for this.
[quoted text clipped - 26 lines]
> Thanks
> Brad
Brad Covell - 05 Mar 2008 14:42 GMT
Ken,
Thanks for the info. I did post it in the BCM group but then thought about
it and the underlying object is an Outlook.ContactItem so thought I would
try this group. Either way, thanks for the help.
Brad
> Wrong group, you want to post programming questions in a group that has
> "program" in it. For BCM, which most of us know very little about, you
[quoted text clipped - 40 lines]
>> Thanks
>> Brad