Update of /cvsroot/pywin32/pywin32/com/win32comext/mapi/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv900/src
Modified Files:
mapi.i
Log Message:
Add IMAPIStatus constants.
Index: mapi.i
===================================================================
RCS file: /cvsroot/pywin32/pywin32/com/win32comext/mapi/src/mapi.i,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** mapi.i 15 Mar 2006 04:26:30 -0000 1.6
--- mapi.i 16 Mar 2006 11:20:55 -0000 1.7
***************
*** 437,440 ****
--- 437,449 ----
#define TBL_ALL_COLUMNS TBL_ALL_COLUMNS // The table should return all available columns.
+ // IMAPIStatus consts.
+ #define STATUS_FLUSH_QUEUES STATUS_FLUSH_QUEUES
+ #define STATUS_INBOUND_FLUSH STATUS_INBOUND_FLUSH
+ #define STATUS_OUTBOUND_FLUSH STATUS_OUTBOUND_FLUSH
+ #define FLUSH_UPLOAD FLUSH_UPLOAD
+ #define FLUSH_DOWNLOAD FLUSH_DOWNLOAD
+ #define FLUSH_FORCE FLUSH_FORCE
+ #define FLUSH_NO_UI FLUSH_NO_UI
+ #define FLUSH_ASYNC_OK FLUSH_ASYNC_OK
// @object MAPIINIT_0|A MAPIINIT_0 is represented as a tuple of:
|