outlooksession.h

来自「windows mobile中操作outlook」· C头文件 代码 · 共 32 行

H
32
字号
// 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 + =
减小字号Ctrl + -
显示快捷键?