Re: email startup event

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



Do you know how I can test out a MAPI attempt

The Send To > Mail Recipient does a MAPI call. You can try it and see.

Further, if you're using Task Manager, arrange the "Process" column so that the processes display with proper hierarchy, rather than listing all processes parallely. (For hierarchial view, you need to click the "Process" column header twice). When the Outlook.exe is triggered, open Process Explorer, and look for the parent process.

Alternately if you know scripting, you may write a Process Monitoring script using WMI that monitors the create event for outlook.exe and displays the Parent Process Id. You may use "Win32_Process" for that. For sample process monitoring scripts, see the "Scripting Guy" colums at Microsoft.com

--
Ramesh, Microsoft MVP
Windows XP Shell/User
http://windowsxp.mvps.org


<ggrothendieck@xxxxxxxxx> wrote in message news:1125059493.126290.90850@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Ramesh, MS-MVP wrote:
Hi,

Perhaps an application is launching the mailto: or initiating a MAPI call.
(invokes the default email client, not Outlook explicitly). In any case, try

Thanks. I ran Spybot and it found 94 problems which I removed except for 3 items that appear to be Microsoft related. I also checked out

  Start > Control Panel > Internet Options > Programs tab > Email

and it has Pegasus Mail listed which is correct.

Regarding the possibility of mailto, CDO or MAPI, I tried creating
a one line HTML file:

  <a href="mailto:blahblah";>mail</a>

where blahblah is my email address and clicking on the link it shows
does try to bring up Pegasus mail thus its not a mailto.

Do you know how I can test out a MAPI attempt and a CDO attempt
to see if they try to start Outlook or Pegasus?  If I can determine
that both these routes attempt to start Pegasus I guess I can
assume its attempting to access Outlook.  Is that right?
The trouble I have is that its not easy to tell if I have fixed
it since it only comes up a few minutes after each reboot thus
it would be good if I could eliminate all possibilities that its
not like CDO and MAPI.  If I can eliminate these possibilities
then I am hoping that there will be some way of logging all
Outlook accesses so that when I get the popup I can look back
in the log.

running these malware cleaners:

1. Ad-Aware
http://www.lavasoftusa.com

2. SpyBot S&D
http://www.safer-networking.org

3. CWShredder
http://www.intermute.com/spysubtract/cwshredder_download.html

Update 1 & 2 before running a scan.


-- Ramesh, Microsoft MVP Windows XP Shell/User http://windowsxp.mvps.org


<ggrothendieck@xxxxxxxxx> wrote in message news:1124977473.993907.273370@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx >A process is attempting to startup Outlook on my computer and > I can't figure out which one it is. I have Outlook disabled so > that this causes an error message to popup and I am > using Process Explorer which lists all the processes but I > still don't know which process is the culprit or even if > the process is still listed when the popup error occurs. > > Is there some way of creating event log entries for all > accesses of Outlook so that I can definitively determine > which process it is? >


.



Relevant Pages

  • Re: How to replace an attachment from a file.wav to a winmail.dat
    ... And it will not have Outlook installed on. ... when the code tries to convert back from MAPI to MIME using the ... we created one stream object with the contents of the file using the ... and we created the new tnef stream using the OpenTnefStreamEx ...
    (microsoft.public.win32.programmer.messaging)
  • Re: What is next step to extracting PST contact items
    ... IMO mode doesn't really support Extended MAPI. ... We cut IMO mode in Outlook 2002. ... and MAPI Developer Tool ... An unexpected error has occurred. ...
    (microsoft.public.win32.programmer.messaging)
  • Re: SaveChanges problem
    ... Currently we have not found any known issue regarding using OOM and MAPI ... OutlookSpy - Outlook, CDO ... been able to duplicate it normally, but I can when using Outlook Spy ...
    (microsoft.public.win32.programmer.messaging)
  • Re: SaveChanges problem
    ... Currently we have not found any known issue regarding using OOM and MAPI ... OutlookSpy - Outlook, CDO ... been able to duplicate it normally, but I can when using Outlook Spy ...
    (microsoft.public.win32.programmer.messaging)
  • Re: Calling MAPI from C++/CLI
    ... OutlookSpy - Outlook, CDO ... and MAPI Developer Tool ... MAPI32.dll and marshal calls from my main, managed-code Outlook ... The whole process starts when Outlook loads my dll and calls the ...
    (microsoft.public.win32.programmer.messaging)