G'day

The attached patch updates the doc/examples/fetchappointment.c code to build 
with the current API.

Please apply.

Brad
Index: fetchappointment.c
===================================================================
--- fetchappointment.c	(revision 348)
+++ fetchappointment.c	(working copy)
@@ -76,7 +76,7 @@
                         retval = OpenMessage(&obj_store, *fid, *mid, &obj_message, 0x0);
                         if (retval != MAPI_E_NOT_FOUND) {
                                 retval = GetPropsAll(&obj_message, &props_all);
-                                mapidump_appointment(&props_all);
+                                mapidump_appointment(&props_all, NULL);
                                 mapi_object_release(&obj_message);
                         }
                 }
_______________________________________________
devel mailing list
[email protected]
http://mailman.openchange.org/listinfo/devel

Reply via email to