11 lines
144 B
C

//++ BulliT
#ifndef __AG_MAPI_H__
#define __AG_MAPI_H__
bool AgSendMail(const char* pszMessage);
#endif //__AG_MAPI_H__
//-- Martin Webrant