Novice
April 27th, 1999, 04:14 AM
Hi
I have written an console application that requires the use of MAPI and OLE. After testing my program, I feel that instead of a console application, I should have changed it to a NT service instead. So I got the code CNTService.cpp, .h and relevant files and start to change my original program. Now I am stuck as OLE does not work as desired. I know that there is nothing wrong with my code, as a console application, its working. My question is, is there any speical considerations when using OLE and even MAPI in a NT Service. If yes, what are the things to note.
I have written an console application that requires the use of MAPI and OLE. After testing my program, I feel that instead of a console application, I should have changed it to a NT service instead. So I got the code CNTService.cpp, .h and relevant files and start to change my original program. Now I am stuck as OLE does not work as desired. I know that there is nothing wrong with my code, as a console application, its working. My question is, is there any speical considerations when using OLE and even MAPI in a NT Service. If yes, what are the things to note.