Alex Mas 24.Jan.12 06:50 AM a Web browser Domino ServerAll ReleasesWindows XP
Hi all,
I need to create message server gateway. I mean when message sends through server i need to check it and do something with it (cange title for examle).
How I can do this, using C\C++?
I created .dll "EXTMGR_ADDINS" for handle sending message from Notes, but this uses only for client side. And I need to create something like this for server side.
I use Win platform to compile code.
I tried to compile "server\mgate" project to investigate how it works. But this project must be ".exe" to register it in server "Notes.ini" file as I read from ReadMe.txt, but there no winmain function and I can build it only like .dll file. So I'm confused.
I successfully build "addinjob" project and it loads to server. But this project works like scheduler and do some staff (in this case log) at some regular time points.
Does exist way to change server addins to handle message sending events?
Or exist other way to solve my task?
Please, suggest where I can find more info about this.