|
#pragma once
|
|
class CMBReadMsgItem : public CObject
|
{
|
public:
|
CMBReadMsgItem();
|
virtual ~CMBReadMsgItem();
|
|
// Attributes
|
public:
|
int m_nReReadCount; // ÖØ¶ÁµÄ´ÎÊý 0,1,2¹²Èý´Î
|
long m_nTrID; // ¶ÁÏûÏ¢µÄÃüÁîIDºÅ
|
BOOL m_bRedReadMsg; // ºìÉ«±ê¼ÇµÄÏûÏ¢
|
|
HWND m_hWnd; // ÏûÏ¢´°¿Ú¾ä±ú
|
CString m_strMsgID; // ÏûÏ¢IDºÅ
|
CString m_strSender; // ·¢ËÍÕß
|
COleDateTime m_tmRead; // µ±Ê±¶ÁµÄʱ¼ä
|
|
|
};
|