HOW to get UserProperties from IAppointment

U

Uri Inbar

Hi,

I'm handling Outlook2002 appointment items in an Exchange2000 store via ADO
(2.5) in VB. I've got an ADO recordset of appointments which I handle via
the IAppointment interface as well (using "iAppt.DataSource.Open
rs.Fields(CdoDAV.cdoHref).Value") - but am unable to find how to reach the
UserProperties collection that's usually available via MAPI.

Can anyone help?

Thanks,
Uri.
 
Top