www.pudn.com > ce-outlook.rar > OutlookSession.h
// OutlookSession.h: interface for the OutlookSession class. // ////////////////////////////////////////////////////////////////////// #if !defined(AFX_OUTLOOKSESSION_H__37084F49_98D6_46FB_805D_164A40026D24__INCLUDED_) #define AFX_OUTLOOKSESSION_H__37084F49_98D6_46FB_805D_164A40026D24__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 #include#include #include class OutlookSession { public: OutlookSession(); ~OutlookSession(); public: int OpenSession(LPCTSTR pcszName, ULONG ul);//´ò¿ªÕÊ»§ public: IMAPISession* m_pSession; IMAPITable* m_pMsgStoresTable; LPMDB m_pMsgStore; LPMAPIFOLDER m_pFolder; }; #endif // !defined(AFX_OUTLOOKSESSION_H__37084F49_98D6_46FB_805D_164A40026D24__INCLUDED_)