unit Define;
interface
const
APP_TITLE = 'OutlookMon';
MUTEXT_OLMON = 'Global\OutlookMon@230303';
CLIENT_TYPE = 7;
CLIENT_VER = '1';
implementation
end.