Update of /cvsroot/pywin32/pywin32/com/win32comext/mapi/src
In directory sc8-pr-cvs1:/tmp/cvs-serv19178
Modified Files:
PyIMAPISession.i
Log Message:
Add IMAPISession.GetStatusTable
Index: PyIMAPISession.i
===================================================================
RCS file: /cvsroot/pywin32/pywin32/com/win32comext/mapi/src/PyIMAPISession.i,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** PyIMAPISession.i 1 Sep 1999 23:17:16 -0000 1.1
--- PyIMAPISession.i 16 Jun 2003 05:01:11 -0000 1.2
***************
*** 199,202 ****
--- 199,208 ----
);
+ // @pyswig <o PyIMAPITable>|GetStatusTable|Provides access to the status table - a table with information about all of the MAPI resources in the session.
+ HRESULT GetStatusTable(
+ unsigned long ulFlags, // @pyparm int|flags||Flags that control the opening.
+ IMAPITable **OUTPUT
+ );
+
// @pyswig |Logoff|Ends a MAPI session.
HRESULT Logoff(
|