I'm trying to identify if an existing, recurring appointment is a birthday
event. MS-Outlook will create these recurring appointments if you define a
birthday date in the Contacts database.
If I scan the "appointments database" database, I do see field "0x0016
(BLOB)" having a unique value of "40 00 00 00" for all birthday
appointments. Pocket-Outlook doesn't seem to provide any methods for their
IAppointment object to determine if an appointment is a birthday event or
not.
I don't want to scan the appointment database directly from my application
to check for this (since it is not recommended by MS). Has anyone figured
out a way to determine if an appointment is a birthday event using
Pocket-Outlook calls?
Thanks,
ppcinfo