J
John Riddle
After struggling with a couple issues in my Outlook solution for a while and writing clumsy work-rounds, I finally broke down and downloaded Dmitry Streblechenko's Redemption (http://www.dimastr.com/redemption). I thought there would be a huge learning curve, but was amazed at how easy it was to use for a novice VB guy like me! I solved two of my issues almost immediately. (Very efficiently populating a combobox with more than 15,000 contact names from a Public Folder, retrieving more than 32K of data from a single Exchange custom field and populating an Outlook form field with the data).
In playing around with it, I found out that some values were returned in binary form which needed to be converted to string format to be used by Outlook. Redemption has a wonderful method for doing this, HrArrayToString() (although, this particular method is almost completely undocumented and it took me a while to figure out that it existed or how to use it).
Finally, here's my question:
Since I now have access to binary data in Exchange and Outlook Contact Items can only have ONE RTF field supposedly due to the fact that Exchange only supports one binary field per item, can I now with Redemption, add an additional Rich Text control to a contact item, bind it to a custom binary field and then re-populate the control with this data in the Item_Open event? Can anyone provide some help on how to do such a thing?
Thanks Dmitry for such a great tool!
John
In playing around with it, I found out that some values were returned in binary form which needed to be converted to string format to be used by Outlook. Redemption has a wonderful method for doing this, HrArrayToString() (although, this particular method is almost completely undocumented and it took me a while to figure out that it existed or how to use it).
Finally, here's my question:
Since I now have access to binary data in Exchange and Outlook Contact Items can only have ONE RTF field supposedly due to the fact that Exchange only supports one binary field per item, can I now with Redemption, add an additional Rich Text control to a contact item, bind it to a custom binary field and then re-populate the control with this data in the Item_Open event? Can anyone provide some help on how to do such a thing?
Thanks Dmitry for such a great tool!
John