home *** CD-ROM | disk | FTP | other *** search
- /*************************************************************
- HTBmail.dll
-
- Copyright 1999 TransEra Corporation
-
- htbmail.cpp
-
- With help from http://www.codeguru.com/internet/imapi.shtml
- *************************************************************/
-
- #if !defined(AFX_HTBMAIL_H__D6D85C85_5BEC_11D3_8BB4_00105AC66D91__INCLUDED_)
- #define AFX_HTBMAIL_H__D6D85C85_5BEC_11D3_8BB4_00105AC66D91__INCLUDED_
-
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
-
- #ifndef __AFXWIN_H__
- #error include 'stdafx.h' before including this file for PCH
- #endif
-
- #include "resource.h" // main symbols
-
- #define COMMA "," // Used when splitting up the addresses
- #define ADDR {NULL} // Initializes address to /0
- #define MAX_ADDR 256 // Maximum address length
- #define C_DELIM 2 // Comma delimiter
-
- class CHTBMAILApp : public CWinApp
- {
- public:
- CHTBMAILApp();
- public:
- virtual BOOL InitInstance();
- DECLARE_MESSAGE_MAP()
- };
-
- #endif
-