home *** CD-ROM | disk | FTP | other *** search
- #ifndef __MSESS_H__
- #define __MSESS_H__
-
- // Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++
-
- // NOTE: Do not modify the contents of this file. If this class is regenerated by
- // Microsoft Visual C++, your modifications will be overwritten.
-
- /////////////////////////////////////////////////////////////////////////////
- // CMSess wrapper class
-
- class CMSess : public CWnd
- {
- protected:
- DECLARE_DYNCREATE(CMSess)
- public:
- CLSID const& GetClsid()
- {
- static CLSID const clsid
- = { 0x6d3c54ea, 0x875, 0x11cf, { 0x81, 0x71, 0x0, 0x0, 0x1, 0x0, 0x66, 0x3 } };
- return clsid;
- }
- virtual BOOL Create(LPCTSTR lpszClassName,
- LPCTSTR lpszWindowName, DWORD dwStyle,
- const RECT& rect,
- CWnd* pParentWnd, UINT nID,
- CCreateContext* pContext = NULL)
- { return CreateControl(GetClsid(), lpszWindowName, dwStyle, rect, pParentWnd, nID); }
-
- BOOL Create(LPCTSTR lpszWindowName, DWORD dwStyle,
- const RECT& rect, CWnd* pParentWnd, UINT nID,
- CFile* pPersist = NULL, BOOL bStorage = FALSE,
- BSTR bstrLicKey = NULL)
- { return CreateControl(GetClsid(), lpszWindowName, dwStyle, rect, pParentWnd, nID,
- pPersist, bStorage, bstrLicKey); }
-
- // Attributes
- public:
- BOOL GetLogonUI();
- void SetLogonUI(BOOL);
- CString GetUser();
- void SetUser(LPCTSTR);
- CString GetPassword();
- void SetPassword(LPCTSTR);
- BOOL GetNewSession();
- void SetNewSession(BOOL);
- BOOL GetDisplayErrors();
- void SetDisplayErrors(BOOL);
- BOOL GetDownLoadMsg();
- void SetDownLoadMsg(BOOL);
- short GetMail_Type();
- void SetMail_Type(short);
- BOOL GetLogon();
- void SetLogon(BOOL);
- CString GetErrorText();
- void SetErrorText(LPCTSTR);
- short GetErrorNum();
- void SetErrorNum(short);
- CString GetDefaultPath();
- void SetDefaultPath(LPCTSTR);
- CString GetPOPath();
- void SetPOPath(LPCTSTR);
- CString GetCurrentFolder();
- void SetCurrentFolder(LPCTSTR);
- CString GetChangePassword();
- void SetChangePassword(LPCTSTR);
- CString GetReturnAddress();
- void SetReturnAddress(LPCTSTR);
- CString GetSMTPServer();
- void SetSMTPServer(LPCTSTR);
- BOOL GetLeaveMailOnServer();
- void SetLeaveMailOnServer(BOOL);
- CString GetPOPServer();
- void SetPOPServer(LPCTSTR);
- CString GetRealName();
- void SetRealName(LPCTSTR);
- short GetAction();
- void SetAction(short);
- CString GetMapiCustomLibName();
- void SetMapiCustomLibName(LPCTSTR);
- long GetFolderCount();
- void SetFolderCount(long);
- long GetFolderNum();
- void SetFolderNum(long);
- long GetObjRef();
- void SetObjRef(long);
- CString GetCurrentUser();
- void SetCurrentUser(LPCTSTR);
-
- // Operations
- public:
- BOOL MailLogon(BOOL bAction);
- BOOL IsLogon();
- BOOL InvokeDialogConfig();
- BOOL NewMessages();
- void AboutBox();
- };
-
- #endif // __MSESS_H__
-