📄 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 <mapidefs.h>
#include <mapix.h>
#include <cemapi.h>
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_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -