Click here to Skip to main content
15,917,632 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralDebugging in VC6 Pin
Serge R19-Apr-02 9:42
Serge R19-Apr-02 9:42 
GeneralRe: Debugging in VC6 Pin
Navin19-Apr-02 10:55
Navin19-Apr-02 10:55 
GeneralRe: Debugging in VC6 Pin
adrian cooper19-Apr-02 23:32
adrian cooper19-Apr-02 23:32 
QuestionLNK2019 error, help please??!? Pin
megadith19-Apr-02 8:52
megadith19-Apr-02 8:52 
AnswerRe: LNK2019 error, help please??!? Pin
Joaquín M López Muñoz19-Apr-02 9:24
Joaquín M López Muñoz19-Apr-02 9:24 
GeneralRe: LNK2019 error, help please??!? Pin
megadith19-Apr-02 9:47
megadith19-Apr-02 9:47 
GeneralRe: LNK2019 error, help please??!? Pin
Joaquín M López Muñoz20-Apr-02 1:32
Joaquín M López Muñoz20-Apr-02 1:32 
GeneralMAPI Preprocessor Pin
19-Apr-02 8:43
suss19-Apr-02 8:43 
Hello all,
I've been lurking here for quite a while and have run into a problem that I can't seem to find an answer to, so I thought I'd give you guys (and gals) a shot.

I'm trying to create a MAPI preprocessor using a minimal Transport Provider as described in the MAPI SDK. This Preprocessor is to be used in conjunction with Microsoft Exchange. According to the SDK, the Preprocessor method is *supposed* to be called from the MAPI spooler. In my case, it is not being called at all. There are a statements buried within the SDK documentation about the case of a tightly coupled Transport Provider and Message Store bypassing the MAPI spooler entirely.

"This implies that the individual parts within the combined service provider should interact with each other in a way that simulates the interaction they would normally have with the parts of the MAPI subsystem that are not being used." - directly from the Microsoft SDK.

What I suspect is that the Exchange provider is a tightly coupled Message Store and Transport, thus bypassing the spooler and not internally duplicating the spooler's behavior by calling other registered preprocessors.

Can anyone out there confirm, deny or perhaps point me somewhere to find out if this is in fact the case?

To answer the first wave of "Have you tried..." questions, here goes:

No, I can't use Hook providers as they only get called after a message is sent, I need to modify a message before it is sent.

No, I can't use Outlook Automation, it only works within the outlook client app, I need to grap ALL messages, not just those sent from within Outlook (besides, the Outlook automation is grossly incomplete and buggy).

Yes, my Transport Provider is being loaded, and logged into properly when a MAPI client (including Outlook) is used.

Thanks in advance for any light or dark that you might be able to shed on this...

PS. You guys (and gals) are pretty funny to sit back and watch. Laugh | :laugh:


George



GeneralWinForms and VC++.NET Pin
Michael Mac19-Apr-02 8:31
Michael Mac19-Apr-02 8:31 
GeneralRe: WinForms and VC++.NET Pin
Mazdak19-Apr-02 11:02
Mazdak19-Apr-02 11:02 
GeneralGetOpenFileName Pin
Hyien19-Apr-02 6:56
Hyien19-Apr-02 6:56 
GeneralRe: GetOpenFileName Pin
Ravi Bhavnani19-Apr-02 7:03
professionalRavi Bhavnani19-Apr-02 7:03 
GeneralRe: GetOpenFileName Pin
PJ Arends19-Apr-02 13:20
professionalPJ Arends19-Apr-02 13:20 
GeneralModifiying List View Pin
Peter Liddle19-Apr-02 6:28
Peter Liddle19-Apr-02 6:28 
GeneralRe: Modifiying List View Pin
Ravi Bhavnani19-Apr-02 7:07
professionalRavi Bhavnani19-Apr-02 7:07 
Generalunresolved external symbol __endthreadex Pin
ivex19-Apr-02 5:43
ivex19-Apr-02 5:43 
GeneralRe: unresolved external symbol __endthreadex Pin
Paul M Watt19-Apr-02 6:02
mentorPaul M Watt19-Apr-02 6:02 
GeneralRe: unresolved external symbol __endthreadex Pin
Sprudling19-Apr-02 6:11
Sprudling19-Apr-02 6:11 
GeneralServices! Pin
hph19-Apr-02 5:42
hph19-Apr-02 5:42 
GeneralRe: Services! Pin
Le centriste19-Apr-02 7:17
Le centriste19-Apr-02 7:17 
GeneralRe: Services! Pin
Nemanja Trifunovic19-Apr-02 7:25
Nemanja Trifunovic19-Apr-02 7:25 
QuestionSend data to text file? Pin
19-Apr-02 4:51
suss19-Apr-02 4:51 
AnswerRe: Send data to text file? Pin
Paul M Watt19-Apr-02 5:33
mentorPaul M Watt19-Apr-02 5:33 
GeneralC++ Version 6 and Net compatability Pin
19-Apr-02 4:36
suss19-Apr-02 4:36 
QuestionHow to run a SDI based App in the stealth mode Pin
User 1605519-Apr-02 4:17
User 1605519-Apr-02 4:17 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.