Hi, I have recurrence appointment (every week). One item is the exception. The subject, the location, the time of the exception I can get from the field ReccurenceState - and that's fine. But where can I read the body of the exception appointment. I know that there is the appointment attachment. I thouht that there should be something in the field PR_ATTACH_DATA_OBJ but I cannot use this field. Can anybody give me a hint where to look for the body of the exception appointment? Peter
"Reda" wrote in news:es79c5$atb$1@inews.gazeta.pl: > But where can I read the body of the exception appointment. The actual exception messages are stored as messages embedded in attachments on the base message; in ExMAPI, use IMessage::OpenAttach (..IID_IMessage..), in CDO1.21, use attachment.source. -- dan