Access Outlook fields via ADO

U

Uri Inbar

Hi,

I need to access Outlook fields that were put into an AppointmentItem
object, via ADO. The message itself is stored in an Exchange2000 Message
Store.

The fields were inserted into the UserProperties collection of the item, and
I need to read/update them via ADO (2.5).

Does anyone know how to do it?

Thanks,
Uri.
 
B

Bill James

As far as I know... There isn't currently a way to
access Outlook object model directly using ADO. You may
want to check out the ADO connection strings:

http://www.able-consulting.com/ado_conn.htm

If you have overwhelming need you could look at the some
the various topics regarding connections to various data
sources listed on that URL.
 
Top