Custom lists in BCM 2007

P

Peter Marchert

Hello,

in BCM 2007 you can edit some lists (e.g. the method of contact). Now
I`m searching for this list to read and/or write them by code.

I searched the filesystem and the registry but found nothing. I assume
that these informations are stored in a hidden mail item like
categories. Can somebody tell me how to handle this items?

Thanks in advance.

Best Regards
Peter
 
K

Ken Slovak - [MVP - Outlook]

BCM stores its data in an MSDE database, if that's what you mean. Anything
not supported by BCM that you write to the synched data in Outlook may be
overwritten or discarded when BCM synchs to the database from or to Outlook
however.
 
P

Peter Marchert

I don`t mean the data stored in the fields of the BCM. I mean the lists
which can be edited by the user and where the user can choose one of
some entries.

In BCM 2003 this lists were uneditable, in BCM 2007 you can edit this
lists.

Example: Open an account in BCM 2007 and goto the field "Account
rating". There is a combobox with some entries. The last "entry" named
"<Edit this list...>" opens an editor where you can edit this list.
This data I want to read by code.

Thanks
Peter

BCM stores its data in an MSDE database, if that's what you mean. Anything
not supported by BCM that you write to the synched data in Outlook may be
overwritten or discarded when BCM synchs to the database from or to Outlook
however.

--
Ken Slovak
[MVP - Outlook]http://www.slovaktech.com
Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003
Reminder Manager, Extended Reminders, Attachment Optionshttp://www.slovaktech.com/products.htm



in BCM 2007 you can edit some lists (e.g. the method of contact). Now
I`m searching for this list to read and/or write them by code.
I searched the filesystem and the registry but found nothing. I assume
that these informations are stored in a hidden mail item like
categories. Can somebody tell me how to handle this items?
Thanks in advance.
Best Regards
Peter
--
Peter Marchert
[EDP-Service Marchert]
Homepage:http://www.marchert.de
Excel- And Outlook Programming- Zitierten Text ausblenden -- Zitierten Text anzeigen -
 
K

Ken Slovak - [MVP - Outlook]

I have no idea where that data is stored, it might be in an Outlook folder
or in the BCM database. Try posting in a BCM group, they're a lot more
likely to know about BCM issues.
 
P

Peter Marchert

Ok, thank you.

Peter

I have no idea where that data is stored, it might be in an Outlook folder
or in the BCM database. Try posting in a BCM group, they're a lot more
likely to know about BCM issues.

--
Ken Slovak
[MVP - Outlook]http://www.slovaktech.com
Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003
Reminder Manager, Extended Reminders, Attachment Optionshttp://www.slovaktech.com/products.htm



I don`t mean the data stored in the fields of the BCM. I mean the lists
which can be edited by the user and where the user can choose one of
some entries.
In BCM 2003 this lists were uneditable, in BCM 2007 you can edit this
lists.
Example: Open an account in BCM 2007 and goto the field "Account
rating". There is a combobox with some entries. The last "entry" named
"<Edit this list...>" opens an editor where you can edit this list.
This data I want to read by code.
Thanks
Peter- Zitierten Text ausblenden -- Zitierten Text anzeigen -
 
P

Peter Marchert

in BCM 2007 you can edit some lists (e.g. the method of contact). Now
I`m searching for this list to read and/or write them by code.

I searched the filesystem and the registry but found nothing. I assume
that these informations are stored in a hidden mail item like
categories. Can somebody tell me how to handle this items?

Here you will found the answer:
http://msdn2.microsoft.com/en-us/library/aa431875.aspx#

Best Regards
Peter
 
Top