2.0.0 events - XML

All the events are delievered in Raw socket messages, similar to the following example (Navigate event for IExplorer).
INFO Raw socket message:
<?xml version="1.0" encoding="utf-16"?>
<EventMessage xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www
.w3.org/2001/XMLSchema-instance">
  <Body>&lt;?xml version="1.0" encoding="utf-16"?&gt;
&lt;IEWebpageEventArgs xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xml
ns:xsd="http://www.w3.org/2001/XMLSchema"&gt;
  &lt;Webpage&gt;
    &lt;LocationURL&gt;http://www.yahoo.com&lt;/LocationURL&gt;
    &lt;Path&gt;C:\Program Files\Internet Explorer\&lt;/Path&gt;
    &lt;Name&gt;Yahoo!&lt;/Name&gt;
    &lt;ContentWords&gt;make yahoo! your home page get yahoo! toolbar - it's fre
e finance music travel mail my yahoo! messenger web images video audio directory
 local news shopping advanced my web answers  yahoo! shopping - tvs, mp3 players
, handbags, clothing, cameras, more  yahoo! shopping - tvs, mp3 players, handbag
s, clothing, cameras, more yahoo! shopping yahoo! shopping tvs mp3 players handb
ags clothing cameras more sign in sign up 360? autos finance games geocities gro
ups health horoscopes hotjobs kids local mail maps mobil&lt;/ContentWords&gt;
  &lt;/Webpage&gt;
  &lt;HWND&gt;1049780&lt;/HWND&gt;
  &lt;LinkCount&gt;162&lt;/LinkCount&gt;
&lt;/IEWebpageEventArgs&gt;</Body>
  <BodyType>TaskEvents.IEWebpageEventArgs</BodyType>
  <ListenerVersion>103</ListenerVersion>
  <ListenerId>IExplorer</ListenerId>
  <Time>2006-03-20T16:25:02.2656250-08:00</Time>
  <Type>Navigate</Type>
  <WindowId>1049780</WindowId>
</EventMessage>

 TaskTracer events as of 2.0.0 in raw XML

Ref. #  Project\File(line #)
ListenerId
Event Type
Raw XML Sample
 1.  ClipboardListener\ClipboardListener.cs(121)  Clipboard  Copy
INFO EventMessage:
 - - - - - EventMessage Contents - - - - - -

date            : 2006-03-20T16:53:56.9375000-08:00
type            : Copy
windowId        : 1049780
listenerVersion : 103
listenerId      : Clipboard
bodyType        : TaskEvents.ClipboardEventArgs
body            : <?xml version="1.0" encoding="utf-16"?>
<ClipboardEventArgs xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http
://www.w3.org/2001/XMLSchema-instance">
  <SourceWnd>1049780</SourceWnd>
  <WindowTitle>Yahoo! - Microsoft Internet Explorer</WindowTitle>
  <MainWindowTitle>Yahoo! - Microsoft Internet Explorer</MainWindowTitle>
  <MainModuleName>IEXPLORE.EXE</MainModuleName>
  <MainModuleFileName>C:\Program Files\Internet Explorer\IEXPLORE.EXE</MainModul
eFileName>
  <DocumentName />
  <DocumentPath />
  <DataString>Copy Testing</DataString>
  <DataCRC>3478274484</DataCRC>
  <DataFormatsAvailable>
    <string>System.String</string>
    <string>UnicodeText</string>
    <string>Text</string>
  </DataFormatsAvailable>
</ClipboardEventArgs>
 - - - - - - - - - - - - - - - - - - - - - - - -
 
 
 2.  FileListener\FileListener.cs(138)  FileChange  FileSystem
INFO EventMessage:
 - - - - - EventMessage Contents - - - - - -

date            : 2006-03-23T15:10:51.8906250-08:00
type            : FileChange
windowId        : 0
listenerVersion : 103
listenerId      : FileSystem
bodyType        : TaskEvents.FileSystemListenerEventArgs
body            : <?xml version="1.0" encoding="utf-16"?>
<FileSystemListenerEventArgs xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:
xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ChangeType>Changed</ChangeType>
  <FullPath>C:\documents and settings\eecs\local settings\temporary internet fil
es\content.ie5\l25kuedo\yahoo[2].htm</FullPath>
  <Name>documents and settings\eecs\local settings\temporary internet files\cont
ent.ie5\l25kuedo\yahoo[2].htm</Name>
</FileSystemListenerEventArgs>
 - - - - - - - - - - - - - - - - - - - - - - - -
 
 
 3.  FileListener\FileListener.cs(138)  Unknown  FileSystem  Currently cannot get Event to flow
 4.  FileListener\FileListener.cs(157)  FileCreate  FileSystem
INFO EventMessage:
 - - - - - EventMessage Contents - - - - - -

date            : 2006-03-23T15:10:51.7656250-08:00
type            : FileCreate
windowId        : 0
listenerVersion : 103
listenerId      : FileSystem
bodyType        : TaskEvents.FileSystemListenerEventArgs
body            : <?xml version="1.0" encoding="utf-16"?>
<FileSystemListenerEventArgs xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:
xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ChangeType>Created</ChangeType>
  <FullPath>C:\documents and settings\eecs\local settings\temporary internet fil
es\content.ie5\l25kuedo\yahoo[2].htm</FullPath>
  <Name>documents and settings\eecs\local settings\temporary internet files\cont
ent.ie5\l25kuedo\yahoo[2].htm</Name>
</FileSystemListenerEventArgs>
 - - - - - - - - - - - - - - - - - - - - - - - -
 
 5.  FileListener\FileListener.cs(176)  FileDelete  FileSystem
INFO EventMessage:
 - - - - - EventMessage Contents - - - - - -

date            : 2006-03-23T15:10:51.8906250-08:00
type            : FileDelete
windowId        : 0
listenerVersion : 103
listenerId      : FileSystem
bodyType        : TaskEvents.FileSystemListenerEventArgs
body            : <?xml version="1.0" encoding="utf-16"?>
<FileSystemListenerEventArgs xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:
xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ChangeType>Deleted</ChangeType>
  <FullPath>C:\documents and settings\eecs\local settings\temporary internet fil
es\content.ie5\l25kuedo\yahoo[1].htm</FullPath>
  <Name>documents and settings\eecs\local settings\temporary internet files\cont
ent.ie5\l25kuedo\yahoo[1].htm</Name>
</FileSystemListenerEventArgs>
 - - - - - - - - - - - - - - - - - - - - - - - -
 
 
 6.  FileListener\FileListener.cs(192)  FileRename  FileSystem
INFO EventMessage:
 - - - - - EventMessage Contents - - - - - -

date            : 2006-03-23T15:36:01.0625000-08:00
type            : FileRename
windowId        : 0
listenerVersion : 103
listenerId      : FileSystem
bodyType        : TaskEvents.FileSystemListenerRenamedEventArgs
body            : <?xml version="1.0" encoding="utf-16"?>
<FileSystemListenerRenamedEventArgs xmlns:xsd="http://www.w3.org/2001/XMLSchema"
 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ChangeType>Renamed</ChangeType>
  <FullPath>C:\documents and settings\eecs\desktop\test.htm</FullPath>
  <Name>documents and settings\eecs\desktop\test.htm</Name>
  <OldFullPath>C:\documents and settings\eecs\desktop\yahoo!.htm</OldFullPath>
  <OldName>documents and settings\eecs\desktop\yahoo!.htm</OldName>
</FileSystemListenerRenamedEventArgs>
 - - - - - - - - - - - - - - - - - - - - - - - -
 
 
 7.  FileOpenListener\FileOpenListener.cs(228)  Open  FileOpenListener
INFO EventMessage:
 - - - - - EventMessage Contents - - - - - -

date            : 2006-03-24T15:02:47.8402500-08:00
type            : Open
windowId        : 0
listenerVersion : 103
listenerId      : FileOpenListener
bodyType        : TaskEvents.CommonFileOpenSaveInfo
body            : <?xml version="1.0" encoding="utf-16"?>
<CommonFileOpenSaveInfo xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="
http://www.w3.org/2001/XMLSchema-instance">
  <Version>10</Version>
  <ApplicationName>acrobat.exe</ApplicationName>
  <UsingFileDialog>false</UsingFileDialog>
  <Path>c:\documents and settings\eecs\desktop\testing.pdf</Path>
</CommonFileOpenSaveInfo>
 - - - - - - - - - - - - - - - - - - - - - - - -
 
 
 8.  FileOpenListener\FileOpenListener.cs(244)  SaveAs  FileOpenListener
INFO EventMessage:
 - - - - - EventMessage Contents - - - - - -

date            : 2006-04-28T12:56:52.0312500-07:00
type            : SaveAs
windowId        : 0
listenerVersion : 103
listenerId      : FileOpenListener
bodyType        : TaskEvents.CommonFileOpenSaveInfo
body            : <?xml version="1.0" encoding="utf-16"?>
<CommonFileOpenSaveInfo xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Version>103</Version>
  <ApplicationName>notepad.exe</ApplicationName>
  <UsingFileDialog>true</UsingFileDialog>
  <Path>c:\documents and settings\eecs\desktop\testing.txt</Path>
</CommonFileOpenSaveInfo>
 - - - - - - - - - - - - - - - - - - - - - - - -

 9.  FileOpenListener\FileOpenListener.cs(244)  Open  FileOpenListener
INFO EventMessage:
 - - - - - EventMessage Contents - - - - - -

date            : 2006-04-28T12:56:56.5156250-07:00
type            : Open
windowId        : 0
listenerVersion : 103
listenerId      : FileOpenListener
bodyType        : TaskEvents.CommonFileOpenSaveInfo
body            : <?xml version="1.0" encoding="utf-16"?>
<CommonFileOpenSaveInfo xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Version>103</Version>
  <ApplicationName>notepad.exe</ApplicationName>
  <UsingFileDialog>true</UsingFileDialog>
  <Path>c:\documents and settings\eecs\desktop\testing.txt</Path>
</CommonFileOpenSaveInfo>
 - - - - - - - - - - - - - - - - - - - - - - - -
 
 10.  FileOpenListener\FileOpenListener.cs(255)  FolderPredictorTest  FileOpenListener
INFO EventMessage:
 - - - - - EventMessage Contents - - - - - -

date            : 2006-04-28T12:56:56.5156250-07:00
type            : FolderPredictorTest
windowId        : 0
listenerVersion : 103
listenerId      : FileOpenListener
bodyType        : TaskEvents.FolderPredictionResult
body            : <?xml version="1.0" encoding="utf-16"?>
<FolderPredictionResult xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Version>103</Version>
  <ApplicationName>notepad.exe</ApplicationName>
  <Type>Open</Type>
  <OriginalFolder>c:\documents and settings\eecs\desktop</OriginalFolder>
  <FirstPrediction>c:\documents and settings\eecs\desktop\</FirstPrediction>
  <SecondPrediction>c:\documents and settings\eecs\</SecondPrediction>
  <ThirdPrediction>c:\documents and settings\</ThirdPrediction>
  <Result>c:\documents and settings\eecs\desktop\</Result>
</FolderPredictionResult>
 - - - - - - - - - - - - - - - - - - - - - - - -

 11.  IEAddin\BHO.cs(250)  Close  IExplorer
INFO EventMessage:
 - - - - - EventMessage Contents - - - - - -

date            : 2006-03-20T16:59:07.0468750-08:00
type            : Close
windowId        : 1704488
listenerVersion : 103
listenerId      : IExplorer
bodyType        : TaskEvents.IEWebpageEventArgs
body            : <?xml version="1.0" encoding="utf-16"?>
<IEWebpageEventArgs xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:
xsd="http://www.w3.org/2001/XMLSchema">
  <Webpage>
    <LocationURL />
    <Path>C:\Program Files\Internet Explorer\</Path>
    <Name />
  </Webpage>
  <HWND>1704488</HWND>
  <LinkCount>0</LinkCount>
</IEWebpageEventArgs>
 - - - - - - - - - - - - - - - - - - - - - - - -
 
 
 12.  IEAddin\BHO.cs(296)  Close  IExplorer Referrence number 11
 13.  IEAddin\BHO.cs(296)  Close  WExplorer
INFO EventMessage:
 - - - - - EventMessage Contents - - - - - -

date            : 2006-03-23T16:32:49.3750000-08:00
type            : Close
windowId        : 1377304
listenerVersion : 103
listenerId      : WExplorer
bodyType        : TaskEvents.IEWebpageEventArgs
body            : <?xml version="1.0" encoding="utf-16"?>
<IEWebpageEventArgs xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:
xsd="http://www.w3.org/2001/XMLSchema">
  <Webpage>
    <LocationURL>C:\Documents%20and%20Settings\All%20Users\Documents\Adobe%20PDF
</LocationURL>
    <Path>C:\WINDOWS\</Path>
    <Name>Adobe PDF</Name>
  </Webpage>
  <HWND>1377304</HWND>
  <LinkCount>0</LinkCount>
</IEWebpageEventArgs>
 - - - - - - - - - - - - - - - - - - - - - - - -
 
 
 14.  IEAddin\BHO.cs(379)  FavoriteClicked  IExplorer
INFO EventMessage:
 - - - - - EventMessage Contents - - - - - -

date            : 2006-03-23T16:38:27.7031250-08:00
type            : FavoriteClicked
windowId        : 1377304
listenerVersion : 103
listenerId      : IExplorer
bodyType        : TaskEvents.IEWebpageEventArgs
body            : <?xml version="1.0" encoding="utf-16"?>
<IEWebpageEventArgs xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:
xsd="http://www.w3.org/2001/XMLSchema">
  <Webpage>
    <LocationURL>http://www.yahoo.com/</LocationURL>
    <Path>C:\WINDOWS\</Path>
    <Name>Yahoo!</Name>
    <ContentWords>make yahoo! your home page get yahoo! toolbar - it's free fina
nce music travel mail my yahoo! messenger web images video audio directory local
 news shopping advanced my web answers mortgage rates near record lows - $145,00
0 mortgage for under $484/month - refinance now mortgage rates near record lows
- $145,000 mortgage for under $484/month - refinance now mortgage rates near rec
ord lows mortgage rates near record lows refinance now refinance now sign in sig
n up 360? autos finance games geocities groups hea</ContentWords>
  </Webpage>
  <HWND>1377304</HWND>
  <LinkCount>169</LinkCount>
</IEWebpageEventArgs>
 - - - - - - - - - - - - - - - - - - - - - - - -
 
 
 15.  IEAddin\BHO.cs(393)  HistoryClicked  IExplorer
INFO EventMessage:
 - - - - - EventMessage Contents - - - - - -

date            : 2006-03-22T14:50:23.0312500-08:00
type            : HistoryClicked
windowId        : 197364
listenerVersion : 103
listenerId      : IExplorer
bodyType        : TaskEvents.IEWebpageEventArgs
body            : <?xml version="1.0" encoding="utf-16"?>
<IEWebpageEventArgs xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:
xsd="http://www.w3.org/2001/XMLSchema">
  <Webpage>
    <LocationURL>http://www.yahoo.com/</LocationURL>
    <Path>C:\Program Files\Internet Explorer\</Path>
    <Name>Yahoo!</Name>
    <ContentWords>make yahoo! your home page yahoo! toolbar - search from anywhe
re finance music travel mail my yahoo! messenger web images video audio director
y local news shopping advanced my web answers orchard bank mastercard - best car
d for bad credit. orchard bank mastercard - best card for bad credit. orchard ba
nk mastercard orchard bank mastercard sign in sign up 360? autos finance games g
eocities groups health horoscopes hotjobs kids local mail maps mobile movies mus
ic my yahoo! news people search personals photos r</ContentWords>
  </Webpage>
  <HWND>197364</HWND>
  <LinkCount>157</LinkCount>
</IEWebpageEventArgs>
 - - - - - - - - - - - - - - - - - - - - - - - -
 
 
 16.  IEAddin\BHO.cs(432)  Navigate  IExplorer
INFO EventMessage:
 - - - - - EventMessage Contents - - - - - -

date            : 2006-03-20T16:25:02.2656250-08:00
type            : Navigate
windowId        : 1049780
listenerVersion : 103
listenerId      : IExplorer
bodyType        : TaskEvents.IEWebpageEventArgs
body            : <?xml version="1.0" encoding="utf-16"?>
<IEWebpageEventArgs xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:
xsd="http://www.w3.org/2001/XMLSchema">
  <Webpage>
    <LocationURL>http://www.yahoo.com</LocationURL>
    <Path>C:\Program Files\Internet Explorer\</Path>
    <Name>Yahoo!</Name>
    <ContentWords>make yahoo! your home page get yahoo! toolbar - it's free fina
nce music travel mail my yahoo! messenger web images video audio directory local
 news shopping advanced my web answers  yahoo! shopping - tvs, mp3 players, hand
bags, clothing, cameras, more  yahoo! shopping - tvs, mp3 players, handbags, clo
thing, cameras, more yahoo! shopping yahoo! shopping tvs mp3 players handbags cl
othing cameras more sign in sign up 360? autos finance games geocities groups he
alth horoscopes hotjobs kids local mail maps mobil</ContentWords>
  </Webpage>
  <HWND>1049780</HWND>
  <LinkCount>162</LinkCount>
</IEWebpageEventArgs>
 - - - - - - - - - - - - - - - - - - - - - - - -
 
 
 17.  IEAddin\BHO.cs(432)  Navigate  WExplorer
INFO EventMessage:
 - - - - - EventMessage Contents - - - - - -

date            : 2006-03-24T14:26:14.8402500-08:00
type            : Navigate
windowId        : 1573886
listenerVersion : 103
listenerId      : WExplorer
bodyType        : TaskEvents.IEWebpageEventArgs
body            : <?xml version="1.0" encoding="utf-16"?>
<IEWebpageEventArgs xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:
xsd="http://www.w3.org/2001/XMLSchema">
  <Webpage>
    <LocationURL>C:\Documents%20and%20Settings\eecs\Desktop\Test.htm</LocationUR
L>
    <Path>C:\Program Files\Internet Explorer\</Path>
    <Name>Test</Name>
    <ContentWords>make yahoo! your home page block pop-ups with yahoo! toolbar f
inance music travel mail my yahoo! messenger web images video audio directory lo
cal news shopping advanced my web answers mortgage rates near record lows - $145
,000 mortgage for under $484/month - refinance now mortgage rates near record lo
ws - $145,000 mortgage for under $484/month - refinance now mortgage rates near
record lows mortgage rates near record lows refinance now refinance now sign in
sign up 360? autos finance games geocities groups </ContentWords>
  </Webpage>
  <HWND>1573886</HWND>
  <LinkCount>167</LinkCount>
</IEWebpageEventArgs>
 - - - - - - - - - - - - - - - - - - - - - - - -
 
 
 18.  IEAddin\BHO.cs(501)  Quit  IExplorer
INFO EventMessage:
 - - - - - EventMessage Contents - - - - - -

date            : 2006-03-20T16:59:20.8437500-08:00
type            : Quit
windowId        : 1704488
listenerVersion : 103
listenerId      : IExplorer
bodyType        : TaskEvents.IEWebpageEventArgs
body            : <?xml version="1.0" encoding="utf-16"?>
<IEWebpageEventArgs xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:
xsd="http://www.w3.org/2001/XMLSchema">
  <Webpage>
    <LocationURL>http://beta.msn.com/</LocationURL>
    <Path>C:\Program Files\Internet Explorer\</Path>
    <Name>MSN.com BETA</Name>
    <ContentWords />
  </Webpage>
  <HWND>1704488</HWND>
  <LinkCount>0</LinkCount>
  <Referrer />
</IEWebpageEventArgs>
 - - - - - - - - - - - - - - - - - - - - - - - -
 
 
19.  Listener\ControlMessageFactory.cs(33)  EnableEvent  User Event not broadcasted
 20.  Listener\ControlMessageFactory.cs(45)  DisableEvent  User Event not broadcasted
 21.  Listener\ControlMessageFactory.cs(55)  EventFilterSetEvent  User Event not broadcasted
 22.  Listener\ControlMessageFactory.cs(66)  EnableEventType  User Event not broadcasted
 23.  Listener\ControlMessageFactory.cs(77)  DisableEventType  User Event not broadcasted
 24.  Listener\ControlMessageFactory.cs(88)  EnableEventBody  User Event not broadcasted
 25.  Listener\ControlMessageFactory.cs(100)  DisableEventBody  User Event not broadcasted
 26.  Listener\Listener.cs(1422)  PublisherPause  User
INFO EventMessage:
 - - - - - EventMessage Contents - - - - - -

date            : 2006-03-23T16:39:50.6200000-08:00
type            : PublisherPause
windowId        : 0
listenerVersion : 6
listenerId      : User
bodyType        : TaskEvents.TaskEvent
body            : <?xml version="1.0" encoding="utf-16"?><TaskEvent xmlns:xsd="h
ttp://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-ins
tance">
null<Name>Publisher Pause Event</Name>
<Description></Description>
<Type>Begin</Type>
<UserId>TaskCommDemo</UserId>
</TaskEvent>
 - - - - - - - - - - - - - - - - - - - - - - - -
 
 
 27.  Listener\Listener.cs(1449)  PubliserResume  User
INFO EventMessage:
 - - - - - EventMessage Contents - - - - - -

date            : 2006-03-23T16:45:21.6200000-08:00
type            : PublisherResume
windowId        : 0
listenerVersion : 6
listenerId      : User
bodyType        : TaskEvents.TaskEvent
body            : <?xml version="1.0" encoding="utf-16"?><TaskEvent xmlns:xsd="h
ttp://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-ins
tance">
null<Name>Publisher Resume Event</Name>
<Description></Description>
<Type>Begin</Type>
<UserId>TaskCommDemo</UserId>
</TaskEvent>
 - - - - - - - - - - - - - - - - - - - - - - - -
 
 
 28.  Listener\Listener.cs(1481)  EventSystemStop  User
INFO EventMessage:
 - - - - - EventMessage Contents - - - - - -

date            : 2006-04-03T14:30:52.6177327-07:00
type            : EventSystemStop
windowId        : 0
listenerVersion : 103
listenerId      : User
bodyType        : TaskEvents.TaskEvent
body            : <?xml version="1.0" encoding="utf-16"?>
<TaskEvent xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3
.org/2001/XMLSchema-instance">
  <Version>10</Version>
  <Name>Event System Stop</Name>
  <Description />
  <Type>SystemStop</Type>
  <UserId>StartTaskTracer</UserId>
</TaskEvent>
 - - - - - - - - - - - - - - - - - - - - - - - -
 
 
 29.  Listener\Listener.cs(1518)  TaskBegin  User
INFO EventMessage:
 - - - - - EventMessage Contents - - - - - -

date            : 2006-04-03T13:05:58.8833577-07:00
type            : TaskBegin
windowId        : 0
listenerVersion : 103
listenerId      : User
bodyType        : TaskEvents.TaskEvent
body            : <?xml version="1.0" encoding="utf-16"?>
<TaskEvent xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3
.org/2001/XMLSchema-instance">
  <Version>10</Version>
  <Name>Publisher Resume Event</Name>
  <Description />
  <Type>Begin</Type>
  <UserId>TaskExplorer</UserId>
</TaskEvent>
 - - - - - - - - - - - - - - - - - - - - - - - -
 
 30.  Listener\Listener.cs(1557)  TaskListUpdate  TaskTracer
INFO EventMessage:
 - - - - - EventMessage Contents - - - - - -

date            : 2006-04-03T13:51:12.2427327-07:00
type            : TaskListUpdate
windowId        : 0
listenerVersion : 103
listenerId      : TaskTracer
bodyType        : TaskEvents.TaskList
body            : <?xml version="1.0" encoding="utf-16"?>
<TaskList xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.
org/2001/XMLSchema-instance">
  <TaskPath>
    <Version>10</Version>
    <Path>Unknown</Path>
    <Key>1</Key>
  </TaskPath>
  <TaskPath>
    <Version>10</Version>
    <Path>Publisher Resume Event</Path>
    <Key>2</Key>
  </TaskPath>
  <TaskPath>
    <Version>10</Version>
    <Path>Publisher Pause Event</Path>
    <Key>3</Key>
  </TaskPath>
  <TaskPath>
    <Version>10</Version>
    <Path>Testing</Path>
    <Key>4</Key>
  </TaskPath>
  <TaskPath>
    <Version>10</Version>
    <Path>Testing2\TestingSubTask1</Path>
    <Key>5</Key>
  </TaskPath>
  <TaskPath>
    <Version>10</Version>
    <Path>Testing2</Path>
    <Key>6</Key>
  </TaskPath>
  <TaskPath>
    <Version>10</Version>
    <Path>Testing3</Path>
    <Key>7</Key>
  </TaskPath>
</TaskList>
 - - - - - - - - - - - - - - - - - - - - - - - -
 
 31.  MessengerListener\MessengerListener.cs(223)  MessageConversationEnd  MsnMessenger Currently cannot get Event to flow - Event unstable
 32.  MessengerListener\MessengerListener.cs(301)  MessageConversationStart  MsnMessenger Currently cannot get Event to flow - Event unstable
 33.  MessengerListener\MessengerListener.cs(395)  MessageConversationJoined  MsnMessenger Currently cannot get Event to flow - Event unstable
 34.  MessengerListener\MessengerListener.cs(418)  MessageConversationLeft  MsnMessenger Currently cannot get Event to flow - Event unstable
 35.  MessengerListener\MessengerListener.cs(477)  MessageFileSent  MsnMessenger Currently cannot get Event to flow - Event unstable
 36.  MessengerListener\MessengerListener.cs(490)  MessageFileSent  MsnMessenger Currently cannot get Event to flow - Event unstable
 37.  MessengerListener\MessengerListener.cs(517)  MessageSent  MsnMessenger Currently cannot get Event to flow - Event unstable
 38.  OSEventListener\OSEventListener.cs(172)  OsWindowCreated  Os
INFO EventMessage:
 - - - - - EventMessage Contents - - - - - -

date            : 2006-03-24T15:21:04.2308750-08:00
type            : OsWindowCreated
windowId        : 2294170
listenerVersion : 103
listenerId      : Os
bodyType        : TaskEvents.WindowEventArgs
body            : <?xml version="1.0" encoding="utf-16"?>
<WindowEventArgs xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://
www.w3.org/2001/XMLSchema-instance">
  <HWND>2294170</HWND>
  <ClassName>#32770</ClassName>
  <Caption>About %s</Caption>
  <Rectangle>
    <left>0</left>
    <top>0</top>
    <right>0</right>
    <bottom>0</bottom>
  </Rectangle>
</WindowEventArgs>
 - - - - - - - - - - - - - - - - - - - - - - - -
 
 39.  OSEventListener\OSEventListener.cs(185)  OsWindowFocus  Os
INFO EventMessage:
 - - - - - EventMessage Contents - - - - - -

date            : 2006-03-24T15:21:20.2621250-08:00
type            : OsWindowFocus
windowId        : 197122
listenerVersion : 103
listenerId      : Os
bodyType        : TaskEvents.WindowEventArgs
body            : <?xml version="1.0" encoding="utf-16"?>
<WindowEventArgs xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://
www.w3.org/2001/XMLSchema-instance">
  <HWND>197122</HWND>
  <ClassName>MozillaUIWindowClass</ClassName>
  <Caption>Issue Navigator - Computer Science OSU JIRA - Mozilla Firefox</Captio
n>
  <Rectangle>
    <left>-4</left>
    <top>-4</top>
    <right>1284</right>
    <bottom>774</bottom>
  </Rectangle>
</WindowEventArgs>
 - - - - - - - - - - - - - - - - - - - - - - - -
 
 
 40.  OSEventListener\OSEventListener.cs(197)  FileOpenedWith  Os Event Disabled
 41.  OSEventListener\OSEventListener.cs(209)  OsWindowDestroyed  Os
INFO EventMessage:
 - - - - - EventMessage Contents - - - - - -

date            : 2006-03-24T15:20:44.5433750-08:00
type            : OsWindowDestroyed
windowId        : 3212262
listenerVersion : 103
listenerId      : Os
bodyType        : TaskEvents.WindowEventArgs
body            : <?xml version="1.0" encoding="utf-16"?>
<WindowEventArgs xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://
www.w3.org/2001/XMLSchema-instance">
  <HWND>3212262</HWND>
  <ClassName>IMWindowClass</ClassName>
  <Caption>Terry - Conversation</Caption>
  <Rectangle>
    <left>0</left>
    <top>0</top>
    <right>0</right>
    <bottom>0</bottom>
  </Rectangle>
</WindowEventArgs>
 - - - - - - - - - - - - - - - - - - - - - - - -
 
 
 42.  OSEventListener\OSEventListener.cs(253)  MouseClick  User
INFO EventMessage:
 - - - - - EventMessage Contents - - - - - -

date            : 2006-04-28T12:57:00.5781250-07:00
type            : MouseClick
windowId        : 65684
listenerVersion : 103
listenerId      : User
bodyType        : TaskEvents.MouseClick
body            : <?xml version="1.0" encoding="utf-16"?>
<MouseClick xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Version>103</Version>
  <Modifiers>None</Modifiers>
  <Button>LButton</Button>
  <X>685</X>
  <Y>777</Y>
  <Hwnd>65684</Hwnd>
  <ClassName>ToolbarWindow32</ClassName>
  <Caption>Running Applications</Caption>
</MouseClick>
 - - - - - - - - - - - - - - - - - - - - - - - -

 43.  OSEventListener\OSEventListener.cs(308)  KeyPresses  User
INFO EventMessage:
 - - - - - EventMessage Contents - - - - - -

date            : 2006-04-28T12:57:00.0781250-07:00
type            : KeyPress
windowId        : 0
listenerVersion : 103
listenerId      : User
bodyType        : TaskEvents.KeyPresses
body            : <?xml version="1.0" encoding="utf-16"?>
<KeyPresses xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Version>103</Version>
  <KeysList>
    <KeyPress>
      <Version>103</Version>
      <Modifiers>Control</Modifiers>
      <Key>None</Key>
      <Timestamp>2006-04-28T12:56:58.4062500-07:00</Timestamp>
    </KeyPress>
    <KeyPress>
      <Version>103</Version>
      <Modifiers>Control</Modifiers>
      <Key>None</Key>
      <Timestamp>2006-04-28T12:56:58.6250000-07:00</Timestamp>
    </KeyPress>
  </KeysList>
</KeyPresses>
 - - - - - - - - - - - - - - - - - - - - - - - -

 44.  Publisher\Server.cs(451)  SubscriberIdentify  Publisher
INFO EventMessage:
 - - - - - EventMessage Contents - - - - - -

date            : 2006-03-23T16:23:48.0625000-08:00
type            : SubscriberIdentify
windowId        : 0
listenerVersion : 103
listenerId      : Publisher
bodyType        : TaskEvents.SubscriberIdentifyEventArgs
body            : <?xml version="1.0" encoding="utf-16"?>
<SubscriberIdentifyEventArgs xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:
xsi="http://www.w3.org/2001/XMLSchema-instance">
  <SubscriberID>1055829297</SubscriberID>
</SubscriberIdentifyEventArgs>
 - - - - - - - - - - - - - - - - - - - - - - - -

 45.  Publisher\Server.cs(537)  EventSystemStart  TaskTracer
 46.  Publisher\Server.cs(966)  OsWindowFocus  Os Referrence number 39
 47.  Publisher\Server.cs(975)  OsWindowCreated  Os Referrence number 38
 48.  Publisher\Server.cs(1002)  Navigate  IExplorer Event Inactive - Referrence number 16
 49.  Publisher\Server.cs(1009)  Navigate  IExplorer Event Inactive - Referrence number 16
 50.  Publisher\Server.cs(1016)  New  IExplorer Event Inactive
 51.  Publisher\Server.cs(1023)  Close  IExplorer Event Inactive - Referrence number 11
 52.  TaskAddin\Connect.cs(498)  Quit  MsExcel
INFO EventMessage:
 - - - - - EventMessage Contents - - - - - -

date            : 2006-03-24T15:57:39.4183750-08:00
type            : Quit
windowId        : 2622566
listenerVersion : 103
listenerId      : MsExcel
bodyType        : TaskEvents.ApplicationEvent
body            : <?xml version="1.0" encoding="utf-16"?>
<ApplicationEvent xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xs
d="http://www.w3.org/2001/XMLSchema">
  <Version>10</Version>
</ApplicationEvent>
 - - - - - - - - - - - - - - - - - - - - - - - -
 
 
 53.  TaskAddin\Connect.cs(498)  Quit  MsPowerPoint
INFO EventMessage:
 - - - - - EventMessage Contents - - - - - -

date            : 2006-03-24T16:28:37.4965000-08:00
type            : Quit
windowId        : 2491342
listenerVersion : 103
listenerId      : MsPowerPoint
bodyType        : TaskEvents.ApplicationEvent
body            : <?xml version="1.0" encoding="utf-16"?>
<ApplicationEvent xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xs
d="http://www.w3.org/2001/XMLSchema">
  <Version>10</Version>
</ApplicationEvent>
 - - - - - - - - - - - - - - - - - - - - - - - -
 
 
 54.  TaskAddin\Connect.cs(498)  Quit  MsOutlook
INFO EventMessage:
 - - - - - EventMessage Contents - - - - - -

date            : 2006-03-24T17:43:46.2308750-08:00
type            : Quit
windowId        : 197122
listenerVersion : 103
listenerId      : MsOutlook
bodyType        : TaskEvents.ApplicationEvent
body            : <?xml version="1.0" encoding="utf-16"?>
<ApplicationEvent xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xs
d="http://www.w3.org/2001/XMLSchema">
  <Version>10</Version>
</ApplicationEvent>
 - - - - - - - - - - - - - - - - - - - - - - - -
 
 55.  TaskAddin\Connect.cs(498)  Quit  VisualStudio
INFO EventMessage:
 - - - - - EventMessage Contents - - - - - -

date            : 2006-04-03T12:17:34.5552327-07:00
type            : Quit
windowId        : 0
listenerVersion : 103
listenerId      : VisualStudio
bodyType        : TaskEvents.ApplicationEvent
body            : <?xml version="1.0" encoding="utf-16"?>
<ApplicationEvent xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http:/
/www.w3.org/2001/XMLSchema-instance">
  <Version>10</Version>
</ApplicationEvent>
 - - - - - - - - - - - - - - - - - - - - - - - -
 
 
 56.  TaskAddin\Connect.cs(498)  Quit  MsWord
INFO EventMessage:
 - - - - - EventMessage Contents - - - - - -

date            : 2006-03-23T15:56:47.9375000-08:00
type            : Quit
windowId        : 1573454
listenerVersion : 103
listenerId      : MsWord
bodyType        : TaskEvents.ApplicationEvent
body            : <?xml version="1.0" encoding="utf-16"?>
<ApplicationEvent xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xs
d="http://www.w3.org/2001/XMLSchema">
  <Version>10</Version>
</ApplicationEvent>
 - - - - - - - - - - - - - - - - - - - - - - - -
 
 
 57.  TaskAddin\Connect.cs(829)  Save  VisualStudio
INFO EventMessage:
 - - - - - EventMessage Contents - - - - - -

date            : 2006-04-03T12:16:56.9146077-07:00
type            : Save
windowId        : 0
listenerVersion : 103
listenerId      : VisualStudio
bodyType        : TaskEvents.VsDocument
body            : <?xml version="1.0" encoding="utf-16"?>
<VsDocument xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w
3.org/2001/XMLSchema-instance">
  <Version>10</Version>
  <Name>rad30F45.tmp</Name>
  <Path>C:\DOCUME~1\eecs\LOCALS~1\Temp\</Path>
  <ReadOnly>false</ReadOnly>
  <Saved>true</Saved>
  <FullName>C:\DOCUME~1\eecs\LOCALS~1\Temp\rad30F45.tmp</FullName>
</VsDocument>
 - - - - - - - - - - - - - - - - - - - - - - - -
 
 
 58.  TaskAddin\Connect.cs(843)  Open  VisualStudio
INFO EventMessage:
 - - - - - EventMessage Contents - - - - - -

date            : 2006-04-03T12:35:35.2739827-07:00
type            : Open
windowId        : 11273384
listenerVersion : 103
listenerId      : VisualStudio
bodyType        : TaskEvents.VsDocument
body            : <?xml version="1.0" encoding="utf-16"?>
<VsDocument xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w
3.org/2001/XMLSchema-instance">
  <Version>10</Version>
  <Name>TestTextFile1.txt</Name>
  <Path>C:\Documents and Settings\eecs\Desktop\</Path>
  <ReadOnly>false</ReadOnly>
  <Saved>true</Saved>
  <FullName>C:\Documents and Settings\eecs\Desktop\TestTextFile1.txt</FullName>
</VsDocument>
 - - - - - - - - - - - - - - - - - - - - - - - -
 
 
 59.  TaskAddin\Connect.cs(857)  Open  VisualStudio
INFO EventMessage:
 - - - - - EventMessage Contents - - - - - -

date            : 2006-04-03T12:26:36.1177327-07:00
type            : Open
windowId        : 11273384
listenerVersion : 103
listenerId      : VisualStudio
bodyType        : TaskEvents.VsDocument
body            : <?xml version="1.0" encoding="utf-16"?>
<VsDocument xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w
3.org/2001/XMLSchema-instance">
  <Version>10</Version>
  <Name>TestingSolution.sln</Name>
  <Path>C:\Documents and Settings\eecs\Desktop\TestingSolution\</Path>
  <ReadOnly>false</ReadOnly>
  <Saved>false</Saved>
  <FullName>C:\Documents and Settings\eecs\Desktop\TestingSolution\TestingSoluti
on.sln</FullName>
</VsDocument>
 - - - - - - - - - - - - - - - - - - - - - - - -
 
 
 60.  TaskAddin\Connect.cs(873)  New  MsWord
INFO EventMessage:
 - - - - - EventMessage Contents - - - - - -

date            : 2006-03-23T15:56:43.0781250-08:00
type            : New
windowId        : 1573454
listenerVersion : 103
listenerId      : MsWord
bodyType        : TaskEvents.WordDocument
body            : <?xml version="1.0" encoding="utf-16"?>
<WordDocument xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="h
ttp://www.w3.org/2001/XMLSchema">
  <Version>10</Version>
  <Name>Document2</Name>
  <Path />
  <ReadOnly>false</ReadOnly>
  <Saved>true</Saved>
  <Text>
</Text>
  <FullName>Document2</FullName>
</WordDocument>
 - - - - - - - - - - - - - - - - - - - - - - - -
 
 61.  TaskAddin\Connect.cs(885)  Open
 MsWord
INFO EventMessage:
 - - - - - EventMessage Contents - - - - - -

date            : 2006-03-23T15:55:52.3281250-08:00
type            : Open
windowId        : 6226496
listenerVersion : 103
listenerId      : MsWord
bodyType        : TaskEvents.WordDocument
body            : <?xml version="1.0" encoding="utf-16"?>
<WordDocument xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="h
ttp://www.w3.org/2001/XMLSchema">
  <Version>10</Version>
  <Name>Testing.doc</Name>
  <Path>C:\Documents and Settings\eecs\Desktop</Path>
  <ReadOnly>false</ReadOnly>
  <Saved>true</Saved>
  <Text>Hello
Hello


</Text>
  <FullName>C:\Documents and Settings\eecs\Desktop\Testing.doc</FullName>
</WordDocument>
 - - - - - - - - - - - - - - - - - - - - - - - -
 
 62.  TaskAddin\Connect.cs(899)  Close  MsWord
INFO EventMessage:
 - - - - - EventMessage Contents - - - - - -

date            : 2006-03-23T15:55:58.6562500-08:00
type            : Close
windowId        : 6226496
listenerVersion : 103
listenerId      : MsWord
bodyType        : TaskEvents.WordDocument
body            : <?xml version="1.0" encoding="utf-16"?>
<WordDocument xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="h
ttp://www.w3.org/2001/XMLSchema">
  <Version>10</Version>
  <Name>Testing.doc</Name>
  <Path>C:\Documents and Settings\eecs\Desktop</Path>
  <ReadOnly>false</ReadOnly>
  <Saved>false</Saved>
  <Text>Hello
Hello


</Text>
  <FullName>C:\Documents and Settings\eecs\Desktop\Testing.doc</FullName>
</WordDocument>
 - - - - - - - - - - - - - - - - - - - - - - -
 
 63.  TaskAddin\Connect.cs(913)  Print  MsWord
INFO EventMessage:
 - - - - - EventMessage Contents - - - - - -

date            : 2006-03-23T16:10:32.2968750-08:00
type            : Print
windowId        : 5833378
listenerVersion : 103
listenerId      : MsWord
bodyType        : TaskEvents.WordDocument
body            : <?xml version="1.0" encoding="utf-16"?>
<WordDocument xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="h
ttp://www.w3.org/2001/XMLSchema">
  <Version>10</Version>
  <Name>Testing.doc</Name>
  <Path>C:\Documents and Settings\eecs\Desktop</Path>
  <ReadOnly>false</ReadOnly>
  <Saved>false</Saved>
  <Text>Hello
</Text>
  <FullName>C:\Documents and Settings\eecs\Desktop\Testing.doc</FullName>
</WordDocument>
 - - - - - - - - - - - - - - - - - - - - - - - -
 
 64.  TaskAddin\Connect.cs(973)  TextSelectionChange  MsWord 
INFO EventMessage:
 - - - - - EventMessage Contents - - - - - -

date            : 2006-03-23T15:56:27.9375000-08:00
type            : TextSelectionChange
windowId        : 1573454
listenerVersion : 103
listenerId      : MsWord
bodyType        : TaskEvents.TextSelection
body            : <?xml version="1.0" encoding="utf-16"?>
<TextSelection xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="
http://www.w3.org/2001/XMLSchema">
  <Name>Document1</Name>
  <FullName>Document1</FullName>
  <Path />
  <Text>
</Text>
  <StartIndex>0</StartIndex>
  <EndIndex>1</EndIndex>
  <Type>selText</Type>
</TextSelection>
 - - - - - - - - - - - - - - - - - - - - - - - -
 
 65.  TaskAddin\Connect.cs(1001)  New  MsExcel
INFO EventMessage:
 - - - - - EventMessage Contents - - - - - -

date            : 2006-03-24T16:07:08.9965000-08:00
type            : New
windowId        : 2032376
listenerVersion : 103
listenerId      : MsExcel
bodyType        : TaskEvents.ExcelWorkbook
body            : <?xml version="1.0" encoding="utf-16"?>
<ExcelWorkbook xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="
http://www.w3.org/2001/XMLSchema">
  <Version>10</Version>
  <FullName>Book1</FullName>
  <Name>Book1</Name>
  <Path />
  <ReadOnly>false</ReadOnly>
  <Saved>true</Saved>
  <ContentWords />
</ExcelWorkbook>
 - - - - - - - - - - - - - - - - - - - - - - - -
 
 66.  TaskAddin\Connect.cs(1009)  Open  MsExcel
INFO EventMessage:
 - - - - - EventMessage Contents - - - - - -

date            : 2006-03-24T15:57:35.4340000-08:00
type            : Open
windowId        : 2622566
listenerVersion : 103
listenerId      : MsExcel
bodyType        : TaskEvents.ExcelWorkbook
body            : <?xml version="1.0" encoding="utf-16"?>
<ExcelWorkbook xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="
http://www.w3.org/2001/XMLSchema">
  <Version>10</Version>
  <FullName>C:\Documents and Settings\eecs\Desktop\ExcelTesting.xls</FullName>
  <Name>ExcelTesting.xls</Name>
  <Path>C:\Documents and Settings\eecs\Desktop</Path>
  <ReadOnly>false</ReadOnly>
  <Saved>true</Saved>
  <ContentWords>Testing Testing Testing </ContentWords>
</ExcelWorkbook>
 - - - - - - - - - - - - - - - - - - - - - - - -
 
 67.  TaskAddin\Connect.cs(1017)  Close  MsExcel
INFO EventMessage:
 - - - - - EventMessage Contents - - - - - -

date            : 2006-03-24T15:57:39.4027500-08:00
type            : Close
windowId        : 2622566
listenerVersion : 103
listenerId      : MsExcel
bodyType        : TaskEvents.ExcelWorkbook
body            : <?xml version="1.0" encoding="utf-16"?>
<ExcelWorkbook xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="
http://www.w3.org/2001/XMLSchema">
  <Version>10</Version>
  <FullName>C:\Documents and Settings\eecs\Desktop\ExcelTesting.xls</FullName>
  <Name>ExcelTesting.xls</Name>
  <Path>C:\Documents and Settings\eecs\Desktop</Path>
  <ReadOnly>false</ReadOnly>
  <Saved>true</Saved>
  <ContentWords>Testing Testing Testing </ContentWords>
</ExcelWorkbook>
 - - - - - - - - - - - - - - - - - - - - - - - -
 
 68.  TaskAddin\Connect.cs(1025)  Print  MsExcel
INFO EventMessage:
 - - - - - EventMessage Contents - - - - - -

date            : 2006-03-24T16:07:01.5746250-08:00
type            : Print
windowId        : 2032376
listenerVersion : 103
listenerId      : MsExcel
bodyType        : TaskEvents.ExcelWorkbook
body            : <?xml version="1.0" encoding="utf-16"?>
<ExcelWorkbook xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="
http://www.w3.org/2001/XMLSchema">
  <Version>10</Version>
  <FullName>C:\Documents and Settings\eecs\Desktop\ExcelTesting.xls</FullName>
  <Name>ExcelTesting.xls</Name>
  <Path>C:\Documents and Settings\eecs\Desktop</Path>
  <ReadOnly>false</ReadOnly>
  <Saved>true</Saved>
  <ContentWords>Testing Testing Testing </ContentWords>
</ExcelWorkbook>
 - - - - - - - - - - - - - - - - - - - - - - - -
 
 69.  TaskAddin\Connect.cs(1070)  Open  MsOutlook
INFO EventMessage:
 - - - - - EventMessage Contents - - - - - -

date            : 2006-03-24T17:02:06.8715000-08:00
type            : Open
windowId        : 5899032
listenerVersion : 103
listenerId      : MsOutlook
bodyType        : TaskEvents.MailItem
body            : <?xml version="1.0" encoding="utf-16"?>
<MailItem xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http:
//www.w3.org/2001/XMLSchema">
  <Version>10</Version>
  <Body>Testing  </Body>
  <From>
    <Recipient>
      <Version>10</Version>
      <Name>Anh</Name>
      <Email>baller4life_ii@hotmail.com</Email>
    </Recipient>
  </From>
  <ID>0000000065512648389B3C4CBDDC16043B7FEB0444002000</ID>
  <Importance>Normal</Importance>
  <ReceivedTime>2006-03-24T17:01:00</ReceivedTime>
  <SentByUser>false</SentByUser>
  <SentTime>2006-03-24T17:01:21.434</SentTime>
  <StoreID>0000000038A1BB1005E5101AA1BB08002B2A56C200006D737073742E646C6C0000000
0004E495441F9BFB80100AA0037D96E0000000043003A005C0044006F00630075006D0065006E007
4007300200061006E0064002000530065007400740069006E00670073005C0065006500630073005
C004C006F00630061006C002000530065007400740069006E00670073005C004100700070006C006
90063006100740069006F006E00200044006100740061005C004D006900630072006F0073006F006
60074005C004F00750074006C006F006F006B005C004F00750074006C006F006F006B002E0070007
30074000000</StoreID>
  <Subject>MsOutlook Testing</Subject>
  <To>
    <Recipient>
      <Version>10</Version>
      <Name>'baller4life_ii@hotmail.com'</Name>
      <Email>baller4life_ii@hotmail.com</Email>
    </Recipient>
  </To>
  <Attachments />
</MailItem>
 - - - - - - - - - - - - - - - - - - - - - - - -
 
 
 70.  TaskAddin\Connect.cs(1092)  Send  MsOutlook
INFO EventMessage:
 - - - - - EventMessage Contents - - - - - -

date            : 2006-03-24T17:01:18.3090000-08:00
type            : Send
windowId        : 5899032
listenerVersion : 103
listenerId      : MsOutlook
bodyType        : TaskEvents.MailItem
body            : <?xml version="1.0" encoding="utf-16"?>
<MailItem xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http:
//www.w3.org/2001/XMLSchema">
  <Version>10</Version>
  <Body>Testing  </Body>
  <From>
    <Recipient>
      <Version>10</Version>
      <Name>Anh</Name>
      <Email>baller4life_ii@hotmail.com</Email>
    </Recipient>
  </From>
  <Importance>Normal</Importance>
  <ReceivedTime>2006-03-24T17:01:17.59025-08:00</ReceivedTime>
  <SentByUser>true</SentByUser>
  <SentTime>2006-03-24T17:01:17.59025-08:00</SentTime>
  <StoreID>0000000038A1BB1005E5101AA1BB08002B2A56C200006D737073742E646C6C0000000
0004E495441F9BFB80100AA0037D96E0000000043003A005C0044006F00630075006D0065006E007
4007300200061006E0064002000530065007400740069006E00670073005C0065006500630073005
C004C006F00630061006C002000530065007400740069006E00670073005C004100700070006C006
90063006100740069006F006E00200044006100740061005C004D006900630072006F0073006F006
60074005C004F00750074006C006F006F006B005C004F00750074006C006F006F006B002E0070007
30074000000</StoreID>
  <Subject>MsOutlook Testing</Subject>
  <To>
    <Recipient>
      <Version>10</Version>
      <Name>baller4life_ii@hotmail.com</Name>
      <Email>baller4life_ii@hotmail.com</Email>
    </Recipient>
  </To>
  <Attachments />
</MailItem>
 - - - - - - - - - - - - - - - - - - - - - - - -
 
 
 71.  TaskAddin\Connect.cs(1223)  Read  MsOutlook
INFO EventMessage:
 - - - - - EventMessage Contents - - - - - -

date            : 2006-03-24T17:01:49.8715000-08:00
type            : Read
windowId        : 5899032
listenerVersion : 103
listenerId      : MsOutlook
bodyType        : TaskEvents.MailItem
body            : <?xml version="1.0" encoding="utf-16"?>
<MailItem xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http:
//www.w3.org/2001/XMLSchema">
  <Version>10</Version>
  <Body>Testing  </Body>
  <From>
    <Recipient>
      <Version>10</Version>
      <Name>Anh</Name>
      <Email>baller4life_ii@hotmail.com</Email>
    </Recipient>
  </From>
  <ID>0000000065512648389B3C4CBDDC16043B7FEB0444002000</ID>
  <Importance>Normal</Importance>
  <ReceivedTime>2006-03-24T17:01:00</ReceivedTime>
  <SentByUser>false</SentByUser>
  <SentTime>2006-03-24T17:01:21.434</SentTime>
  <StoreID>0000000038A1BB1005E5101AA1BB08002B2A56C200006D737073742E646C6C0000000
0004E495441F9BFB80100AA0037D96E0000000043003A005C0044006F00630075006D0065006E007
4007300200061006E0064002000530065007400740069006E00670073005C0065006500630073005
C004C006F00630061006C002000530065007400740069006E00670073005C004100700070006C006
90063006100740069006F006E00200044006100740061005C004D006900630072006F0073006F006
60074005C004F00750074006C006F006F006B005C004F00750074006C006F006F006B002E0070007
30074000000</StoreID>
  <Subject>MsOutlook Testing</Subject>
  <To>
    <Recipient>
      <Version>10</Version>
      <Name>'baller4life_ii@hotmail.com'</Name>
      <Email>baller4life_ii@hotmail.com</Email>
    </Recipient>
  </To>
  <Attachments />
</MailItem>
 - - - - - - - - - - - - - - - - - - - - - - - -
 
 
 72.  TaskAddin\Connect.cs(1437)  Close  MsPowerPoint
INFO EventMessage:
 - - - - - EventMessage Contents - - - - - -

date            : 2006-03-24T16:28:37.4183750-08:00
type            : Close
windowId        : 2491342
listenerVersion : 103
listenerId      : MsPowerPoint
bodyType        : TaskEvents.PowerPointPresentation
body            : <?xml version="1.0" encoding="utf-16"?>
<PowerPointPresentation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xm
lns:xsd="http://www.w3.org/2001/XMLSchema">
  <Version>10</Version>
  <Name>Testing</Name>
  <Path />
  <ReadOnly>msoFalse</ReadOnly>
  <Saved>msoTrue</Saved>
  <FullName>Testing.ppt</FullName>
  <ContentWords>Testing Testing </ContentWords>
</PowerPointPresentation>
 - - - - - - - - - - - - - - - - - - - - - - - -
 
 
 73.  TaskAddin\Connect.cs(1452)  New  MsPowerPoint
INFO EventMessage:
 - - - - - EventMessage Contents - - - - - -

date            : 2006-03-24T16:27:04.9965000-08:00
type            : New
windowId        : 2491342
listenerVersion : 103
listenerId      : MsPowerPoint
bodyType        : TaskEvents.PowerPointPresentation
body            : <?xml version="1.0" encoding="utf-16"?>
<PowerPointPresentation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xm
lns:xsd="http://www.w3.org/2001/XMLSchema">
  <Version>10</Version>
  <Name>Presentation1</Name>
  <Path />
  <ReadOnly>msoFalse</ReadOnly>
  <Saved>msoTrue</Saved>
  <FullName>Presentation1</FullName>
  <ContentWords />
</PowerPointPresentation>
 - - - - - - - - - - - - - - - - - - - - - - - -
 
 
 74.  TaskAddin\Connect.cs(1467)  Open  MsPowerPoint
INFO EventMessage:
 - - - - - EventMessage Contents - - - - - -

date            : 2006-03-24T16:38:40.0121250-08:00
type            : Open
windowId        : 3212034
listenerVersion : 103
listenerId      : MsPowerPoint
bodyType        : TaskEvents.PowerPointPresentation
body            : <?xml version="1.0" encoding="utf-16"?>
<PowerPointPresentation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xm
lns:xsd="http://www.w3.org/2001/XMLSchema">
  <Version>10</Version>
  <Name>Testing.ppt</Name>
  <Path>C:\Documents and Settings\eecs\Desktop</Path>
  <ReadOnly>msoFalse</ReadOnly>
  <Saved>msoTrue</Saved>
  <FullName>C:\Documents and Settings\eecs\Desktop\Testing.ppt</FullName>
  <ContentWords>Testing Testing </ContentWords>
</PowerPointPresentation>
 - - - - - - - - - - - - - - - - - - - - - - - -
 
 75.  TaskAddin\Connect.cs(1482)  Save  MsPowerPoint
INFO EventMessage:
 - - - - - EventMessage Contents - - - - - -

date            : 2006-03-24T16:28:29.4808750-08:00
type            : Save
windowId        : 2491342
listenerVersion : 103
listenerId      : MsPowerPoint
bodyType        : TaskEvents.PowerPointPresentation
body            : <?xml version="1.0" encoding="utf-16"?>
<PowerPointPresentation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xm
lns:xsd="http://www.w3.org/2001/XMLSchema">
  <Version>10</Version>
  <Name>Testing.ppt</Name>
  <Path>C:\Documents and Settings\eecs\Desktop</Path>
  <ReadOnly>msoFalse</ReadOnly>
  <Saved>msoTrue</Saved>
  <FullName>C:\Documents and Settings\eecs\Desktop\Testing.ppt</FullName>
  <ContentWords>Testing Testing </ContentWords>
</PowerPointPresentation>
 - - - - - - - - - - - - - - - - - - - - - - - -
 
 76.  TaskAddin\Connect.cs(1508)  Print  MsPowerPoint
INFO EventMessage:
 - - - - - EventMessage Contents - - - - - -

date            : 2006-03-24T16:28:12.0746250-08:00
type            : Print
windowId        : 2491342
listenerVersion : 103
listenerId      : MsPowerPoint
bodyType        : TaskEvents.PowerPointPresentation
body            : <?xml version="1.0" encoding="utf-16"?>
<PowerPointPresentation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xm
lns:xsd="http://www.w3.org/2001/XMLSchema">
  <Version>10</Version>
  <Name>Testing</Name>
  <Path />
  <ReadOnly>msoFalse</ReadOnly>
  <Saved>msoFalse</Saved>
  <FullName>Presentation1</FullName>
  <ContentWords>Testing Testing </ContentWords>
</PowerPointPresentation>
 - - - - - - - - - - - - - - - - - - - - - - - -
 
 77.  TaskAddin\Connect.cs(1545)  Save  MsWord
INFO EventMessage:
 - - - - - EventMessage Contents - - - - - -

date            : 2006-03-23T16:25:59.2656250-08:00
type            : Save
windowId        : 5833378
listenerVersion : 103
listenerId      : MsWord
bodyType        : TaskEvents.WordDocument
body            : <?xml version="1.0" encoding="utf-16"?>
<WordDocument xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="h
ttp://www.w3.org/2001/XMLSchema">
  <Version>10</Version>
  <Name>Testing.doc</Name>
  <Path>C:\Documents and Settings\eecs\Desktop</Path>
  <ReadOnly>false</ReadOnly>
  <Saved>true</Saved>
  <Text>Hello
</Text>
  <FullName>C:\Documents and Settings\eecs\Desktop\Testing.doc</FullName>
</WordDocument>
 - - - - - - - - - - - - - - - - - - - - - - - -
 
 78.  TaskAddin\Connect.cs(1573)  Save  MsExcel
INFO EventMessage:
 - - - - - EventMessage Contents - - - - - -

date            : 2006-03-24T16:06:45.8715000-08:00
type            : Save
windowId        : 2032376
listenerVersion : 103
listenerId      : MsExcel
bodyType        : TaskEvents.ExcelWorkbook
body            : <?xml version="1.0" encoding="utf-16"?>
<ExcelWorkbook xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="
http://www.w3.org/2001/XMLSchema">
  <Version>10</Version>
  <FullName>C:\Documents and Settings\eecs\Desktop\ExcelTesting.xls</FullName>
  <Name>ExcelTesting.xls</Name>
  <Path>C:\Documents and Settings\eecs\Desktop</Path>
  <ReadOnly>false</ReadOnly>
  <Saved>true</Saved>
  <ContentWords>Testing Testing Testing </ContentWords>
</ExcelWorkbook>
 - - - - - - - - - - - - - - - - - - - - - - - -
 
 79.  TaskAddin\Connect.cs(1595)  FileOpenedWith  MsWord Event Disabled
 80.  TaskAddin\Connect.cs(1611)  FileOpenedWith  MsExcel Event Disabled
 81.  TaskAddin\Connect.cs(1627)  FileOpenedWith  MsPowerPoint Event Disabled
 82.  TaskAddin\Connect.cs(1651)  FolderPredictorTest  MsWord
INFO EventMessage:
 - - - - - EventMessage Contents - - - - - -

date            : 2006-03-23T15:48:38.6562500-08:00
type            : FolderPredictorTest
windowId        : 5440064
listenerVersion : 103
listenerId      : MsWord
bodyType        : TaskEvents.FolderPredictionResult
body            : <?xml version="1.0" encoding="utf-16"?>
<FolderPredictionResult xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xm
lns:xsd="http://www.w3.org/2001/XMLSchema">
  <Version>10</Version>
  <ApplicationName>MsWord</ApplicationName>
  <Type>SaveAs</Type>
  <OriginalFolder />
  <FirstPrediction>None</FirstPrediction>
  <SecondPrediction>None</SecondPrediction>
  <ThirdPrediction>None</ThirdPrediction>
  <Result>C:\Documents and Settings\eecs\Desktop</Result>
</FolderPredictionResult>
 - - - - - - - - - - - - - - - - - - - - - - - -
 
 83.  TaskAddin\Connect.cs(1675)  FolderPredictorTest  MsExcel
INFO EventMessage:
 - - - - - EventMessage Contents - - - - - -

date            : 2006-03-24T15:57:35.4496250-08:00
type            : FolderPredictorTest
windowId        : 2622566
listenerVersion : 103
listenerId      : MsExcel
bodyType        : TaskEvents.FolderPredictionResult
body            : <?xml version="1.0" encoding="utf-16"?>
<FolderPredictionResult xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xm
lns:xsd="http://www.w3.org/2001/XMLSchema">
  <Version>10</Version>
  <ApplicationName>MsExcel</ApplicationName>
  <Type>Open</Type>
  <OriginalFolder>C:\Documents and Settings\eecs\Desktop</OriginalFolder>
  <FirstPrediction>C:\Documents and Settings\eecs\Desktop\</FirstPrediction>
  <SecondPrediction>C:\Documents and Settings\eecs\</SecondPrediction>
  <ThirdPrediction>C:\Documents and Settings\</ThirdPrediction>
  <Result>C:\Documents and Settings\eecs\Desktop</Result>
</FolderPredictionResult>
 - - - - - - - - - - - - - - - - - - - - - - - -
 
 84.  TaskAddin\Connect.cs(1699)  FolderPredictorTest  MsPowerPoint
INFO EventMessage:
 - - - - - EventMessage Contents - - - - - -

date            : 2006-03-24T16:28:26.8558750-08:00
type            : FolderPredictorTest
windowId        : 2491342
listenerVersion : 103
listenerId      : MsPowerPoint
bodyType        : TaskEvents.FolderPredictionResult
body            : <?xml version="1.0" encoding="utf-16"?>
<FolderPredictionResult xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xm
lns:xsd="http://www.w3.org/2001/XMLSchema">
  <Version>10</Version>
  <ApplicationName>MsPowerPoint</ApplicationName>
  <Type>SaveAs</Type>
  <OriginalFolder>C:\Documents and Settings\eecs</OriginalFolder>
  <FirstPrediction>C:\Documents and Settings\eecs\Desktop\</FirstPrediction>
  <SecondPrediction>C:\Documents and Settings\eecs\</SecondPrediction>
  <ThirdPrediction>C:\Documents and Settings\</ThirdPrediction>
  <Result>C:\Documents and Settings\eecs\Desktop</Result>
</FolderPredictionResult>
 - - - - - - - - - - - - - - - - - - - - - - - -
 
 85.  TaskAddin\MailAddIn.cs(55)  MailArrived  MsOutlook Currently cannot get Event to flow
 86.  TaskAddin\MailAddIn.cs(77)  MailPredicted  MsOutlook Currently cannot get Event to flow
 87.  CaptionEditor\Editor.cs(1136)  TaskBeginGold  User Currently cannot get Event to flow
 88.  CaptionEditor\Editor.cs(1144)  EventSystemStopGold  User Currently cannot get Event to flow
 89.  CaptionEditor\Editor.cs(1576)  EventSystemStop  User Referrence number 28
 90.  CaptionEditor\Editor.cs(1577)  TaskBegin  User Referrence number 29
 91.  FolderPredictor\FolderPredictor.cs(503)  FolderPrediction  FolderPredictor
INFO EventMessage:
 - - - - - EventMessage Contents - - - - - -

date            : 2006-03-23T15:55:52.7812500-08:00
type            : FolderPrediction
windowId        : 0
listenerVersion : 103
listenerId      : FolderPredictor
bodyType        : TaskEvents.FolderPrediction
body            : <?xml version="1.0" encoding="utf-16"?>
<FolderPrediction xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http:/
/www.w3.org/2001/XMLSchema-instance">
  <Version>10</Version>
  <FirstFolder>C:\Documents and Settings\eecs\Desktop\</FirstFolder>
  <SecondFolder>C:\Documents and Settings\eecs\</SecondFolder>
  <ThirdFolder>C:\Documents and Settings\</ThirdFolder>
</FolderPrediction>
 - - - - - - - - - - - - - - - - - - - - - - - -
 
 92.  FolderPredictor\FolderPredictor.cs(1968)  FolderPrediction  FolderPredictor Referrence number 91
 93.  TaskPredictor\TaskPredictor.cs(524)  ExplicitUserFeedBack  TaskPredictor
INFO EventMessage:
 - - - - - EventMessage Contents - - - - - -

date            : 2006-04-28T13:10:04.7031250-07:00
type            : ExplicitUserFeedBack
windowId        : 132060
listenerVersion : 103
listenerId      : TaskPredictor
bodyType        : TaskEvents.ExplicitUserFeedBack
body            : <?xml version="1.0" encoding="utf-16"?>
<ExplicitUserFeedBack xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Version>103</Version>
  <WindowID>132060</WindowID>
  <Title>testing.doc - microsoft word</Title>
  <URI>c:\documents and settings\eecs\desktop\testing.doc</URI>
  <TaskID>7</TaskID>
  <EventID>1</EventID>
</ExplicitUserFeedBack>
 - - - - - - - - - - - - - - - - - - - - - - - -

 94.  TaskPredictor\TaskPredictor.cs(540)  ExplicitUserFeedBack  TaskPredictor Reference number 93
 95.  TaskPredictor\TaskPredictor.cs(886)  TaskBegin  TaskPredictor
INFO EventMessage:
 - - - - - EventMessage Contents - - - - - -

date            : 2006-04-28T13:10:04.7031250-07:00
type            : TaskBegin
windowId        : 0
listenerVersion : 103
listenerId      : TaskPredictor
bodyType        : TaskEvents.TaskEvent
body            : <?xml version="1.0" encoding="utf-16"?>
<TaskEvent xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Version>103</Version>
  <Name>Testing</Name>
  <Description />
  <Type>Begin</Type>
  <UserId>TaskPredictor</UserId>
</TaskEvent>
 - - - - - - - - - - - - - - - - - - - - - - - -

 96.  TaskUI\TaskApplication.cs(288)  TaskResourceCreated  User
INFO EventMessage:
 - - - - - EventMessage Contents - - - - - -

date            : 2006-03-23T15:36:08.4062500-08:00
type            : TaskResourceCreated
windowId        : 66360
listenerVersion : 103
listenerId      : User
bodyType        : TaskEvents.TaskResource
body            : <?xml version="1.0" encoding="utf-16"?>
<TaskResource xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www
.w3.org/2001/XMLSchema-instance">
  <Version>10</Version>
  <TaskPath>
    <Version>10</Version>
    <Path>Publisher Resume Event</Path>
    <Key>2</Key>
  </TaskPath>
  <Key>52</Key>
  <Name>Test</Name>
  <Path>C:\Documents and Settings\eecs\Desktop\Test.htm</Path>
  <Type>File</Type>
</TaskResource>
 - - - - - - - - - - - - - - - - - - - - - - - -
 
 97.  TaskUI\TaskApplication.cs(288)  TaskResourceDeleted  User
INFO EventMessage:
 - - - - - EventMessage Contents - - - - - -

date            : 2006-04-03T13:30:04.4771077-07:00
type            : TaskResourceDeleted
windowId        : 131922
listenerVersion : 103
listenerId      : User
bodyType        : TaskEvents.TaskResource
body            : <?xml version="1.0" encoding="utf-16"?>
<TaskResource xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www
.w3.org/2001/XMLSchema-instance">
  <Version>10</Version>
  <TaskPath>
    <Version>10</Version>
    <Path>Unknown</Path>
    <Key>1</Key>
  </TaskPath>
  <Key>85</Key>
  <Name>testing.pdf</Name>
  <Path>c:\documents and settings\eecs\desktop\</Path>
  <Type>AdobeAcrobat</Type>
</TaskResource>
 - - - - - - - - - - - - - - - - - - - - - - - -
 
 98.  TaskUI\TaskApplication.cs(288)  TaskResourceChosen  User
INFO EventMessage:
 - - - - - EventMessage Contents - - - - - -

date            : 2006-04-03T13:29:12.2271077-07:00
type            : TaskResourceChosen
windowId        : 131922
listenerVersion : 103
listenerId      : User
bodyType        : TaskEvents.TaskResource
body            : <?xml version="1.0" encoding="utf-16"?>
<TaskResource xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www
.w3.org/2001/XMLSchema-instance">
  <Version>10</Version>
  <TaskPath>
    <Version>10</Version>
    <Path>Unknown</Path>
    <Key>1</Key>
  </TaskPath>
  <Key>85</Key>
  <Name>testing.pdf</Name>
  <Path>c:\documents and settings\eecs\desktop\</Path>
  <Type>AdobeAcrobat</Type>
</TaskResource>
 - - - - - - - - - - - - - - - - - - - - - - - -
 
 99.  TaskUI\TaskApplication.cs(314)  TaskResourceMoved  User
INFO EventMessage:
 - - - - - EventMessage Contents - - - - - -

date            : 2006-04-03T13:06:31.8833577-07:00
type            : TaskResourceMoved
windowId        : 131922
listenerVersion : 103
listenerId      : User
bodyType        : TaskEvents.TaskResourceMove
body            : <?xml version="1.0" encoding="utf-16"?>
<TaskResourceMove xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http:/
/www.w3.org/2001/XMLSchema-instance">
  <Version>10</Version>
  <TaskPath>
    <Version>10</Version>
    <Path>Unknown</Path>
    <Key>1</Key>
  </TaskPath>
  <Key>85</Key>
  <Name>testing.pdf</Name>
  <Path>c:\documents and settings\eecs\desktop\</Path>
  <Type>AdobeAcrobat</Type>
  <FromTaskPath>
    <Version>10</Version>
    <Path>Publisher Resume Event</Path>
    <Key>2</Key>
  </FromTaskPath>
</TaskResourceMove>
 - - - - - - - - - - - - - - - - - - - - - - - -
 
 100.  TaskUI\TaskTreeView.cs(812)  TaskMoved  User
INFO EventMessage:
 - - - - - EventMessage Contents - - - - - -

date            : 2006-04-03T13:50:33.4146077-07:00
type            : TaskMoved
windowId        : 131922
listenerVersion : 103
listenerId      : User
bodyType        : TaskEvents.TaskModification
body            : <?xml version="1.0" encoding="utf-16"?>
<TaskModification xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http:/
/www.w3.org/2001/XMLSchema-instance">
  <Version>10</Version>
  <OldTaskPath>
    <Version>10</Version>
    <Path>Testing\TestingSubTask1</Path>
    <Key>5</Key>
  </OldTaskPath>
  <NewTaskPath>
    <Version>10</Version>
    <Path>Testing2\TestingSubTask1</Path>
    <Key>5</Key>
  </NewTaskPath>
</TaskModification>
 - - - - - - - - - - - - - - - - - - - - - - - -
 
 101.  TaskUI\TaskTreeView.cs(812)  TaskModified  User
INFO EventMessage:
 - - - - - EventMessage Contents - - - - - -

date            : 2006-04-03T13:49:28.7427327-07:00
type            : TaskModified
windowId        : 131922
listenerVersion : 103
listenerId      : User
bodyType        : TaskEvents.TaskModification
body            : <?xml version="1.0" encoding="utf-16"?>
<TaskModification xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http:/
/www.w3.org/2001/XMLSchema-instance">
  <Version>10</Version>
  <OldTaskPath>
    <Version>10</Version>
    <Path>Testing\TestingSubTask</Path>
    <Key>5</Key>
  </OldTaskPath>
  <NewTaskPath>
    <Version>10</Version>
    <Path>Testing\TestingSubTask1</Path>
    <Key>5</Key>
  </NewTaskPath>
</TaskModification>
 - - - - - - - - - - - - - - - - - - - - - - - -
 
 102.  TaskUI\TaskTreeView.cs(840)  TaskDeleted  User
INFO EventMessage:
 - - - - - EventMessage Contents - - - - - -

date            : 2006-04-03T13:50:42.0239827-07:00
type            : TaskDeleted
windowId        : 131922
listenerVersion : 103
listenerId      : User
bodyType        : TaskEvents.TaskPath
body            : <?xml version="1.0" encoding="utf-16"?>
<TaskPath xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.
org/2001/XMLSchema-instance">
  <Version>10</Version>
  <Path />
  <Key>0</Key>
</TaskPath>
 - - - - - - - - - - - - - - - - - - - - - - - -
 
 103.  TaskUI\TaskTreeView.cs(840)  TaskChosen  User
INFO EventMessage:
 - - - - - EventMessage Contents - - - - - -

date            : 2006-04-03T13:05:58.8989827-07:00
type            : TaskChosen
windowId        : 131922
listenerVersion : 103
listenerId      : User
bodyType        : TaskEvents.TaskPath
body            : <?xml version="1.0" encoding="utf-16"?>
<TaskPath xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.
org/2001/XMLSchema-instance">
  <Version>10</Version>
  <Path>Publisher Resume Event</Path>
  <Key>2</Key>
</TaskPath>
 - - - - - - - - - - - - - - - - - - - - - - - -
 
 104.  TaskAddin\TaskSensor Macros.dot  Copy  MsWord
INFO EventMessage:
 - - - - - EventMessage Contents - - - - - -

date            : 2006-03-24T14:41:41.1527500-08:00
type            : Copy
windowId        : 1246338
listenerVersion : 103
listenerId      : MsWord
bodyType        : TaskEvents.WordDocument
body            : <?xml version="1.0" encoding="utf-16"?>
<WordDocument xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="h
ttp://www.w3.org/2001/XMLSchema">
  <Version>10</Version>
  <Name>Document1</Name>
  <Path />
  <ReadOnly>false</ReadOnly>
  <Saved>false</Saved>
  <Text>Testing
Testing

</Text>
  <FullName>Document1</FullName>
</WordDocument>
 - - - - - - - - - - - - - - - - - - - - - - - -
 
 105.  TaskAddin\TaskSensor Macros.dot  Cut  MsWord
INFO EventMessage:
 - - - - - EventMessage Contents - - - - - -

date            : 2006-03-24T14:41:50.0277500-08:00
type            : Cut
windowId        : 1246338
listenerVersion : 103
listenerId      : MsWord
bodyType        : TaskEvents.WordDocument
body            : <?xml version="1.0" encoding="utf-16"?>
<WordDocument xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="h
ttp://www.w3.org/2001/XMLSchema">
  <Version>10</Version>
  <Name>Document1</Name>
  <Path />
  <ReadOnly>false</ReadOnly>
  <Saved>false</Saved>
  <Text>Testing

</Text>
  <FullName>Document1</FullName>
</WordDocument>
 - - - - - - - - - - - - - - - - - - - - - - - -
 
 106.  TaskAddin\TaskSensor Macros.dot  Paste  MsWord
INFO EventMessage:
 - - - - - EventMessage Contents - - - - - -

date            : 2006-03-24T14:41:14.1215000-08:00
type            : Paste
windowId        : 1246338
listenerVersion : 103
listenerId      : MsWord
bodyType        : TaskEvents.WordDocument
body            : <?xml version="1.0" encoding="utf-16"?>
<WordDocument xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="h
ttp://www.w3.org/2001/XMLSchema">
  <Version>10</Version>
  <Name>Document1</Name>
  <Path />
  <ReadOnly>false</ReadOnly>
  <Saved>false</Saved>
  <Text>Testing
Testing

</Text>
  <FullName>Document1</FullName>
</WordDocument>
 - - - - - - - - - - - - - - - - - - - - - - - -
 
 107.  TaskAddin\TaskSensor Macros.xla  Copy  MsExcel
INFO EventMessage:
 - - - - - EventMessage Contents - - - - - -

date            : 2006-03-24T16:06:21.9808750-08:00
type            : Copy
windowId        : 2032376
listenerVersion : 103
listenerId      : MsExcel
bodyType        : TaskEvents.ExcelWorkbook
body            : <?xml version="1.0" encoding="utf-16"?>
<ExcelWorkbook xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="
http://www.w3.org/2001/XMLSchema">
  <Version>10</Version>
  <FullName>C:\Documents and Settings\eecs\Desktop\ExcelTesting.xls</FullName>
  <Name>ExcelTesting.xls</Name>
  <Path>C:\Documents and Settings\eecs\Desktop</Path>
  <ReadOnly>false</ReadOnly>
  <Saved>true</Saved>
  <ContentWords>Testing Testing Testing </ContentWords>
</ExcelWorkbook>
 - - - - - - - - - - - - - - - - - - - - - - - -
 
 108.  TaskAddin\TaskSensor Macros.xla  Cut  MsExcel
INFO EventMessage:
 - - - - - EventMessage Contents - - - - - -

date            : 2006-03-24T16:06:37.5590000-08:00
type            : Cut
windowId        : 2032376
listenerVersion : 103
listenerId      : MsExcel
bodyType        : TaskEvents.ExcelWorkbook
body            : <?xml version="1.0" encoding="utf-16"?>
<ExcelWorkbook xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="
http://www.w3.org/2001/XMLSchema">
  <Version>10</Version>
  <FullName>C:\Documents and Settings\eecs\Desktop\ExcelTesting.xls</FullName>
  <Name>ExcelTesting.xls</Name>
  <Path>C:\Documents and Settings\eecs\Desktop</Path>
  <ReadOnly>false</ReadOnly>
  <Saved>false</Saved>
  <ContentWords>Testing Testing Testing Testing </ContentWords>
</ExcelWorkbook>
 - - - - - - - - - - - - - - - - - - - - - - - -
 
 109.  TaskAddin\TaskSensor Macros.xla  Paste  MsExcel
INFO EventMessage:
 - - - - - EventMessage Contents - - - - - -

date            : 2006-03-24T16:06:39.2933750-08:00
type            : Paste
windowId        : 2032376
listenerVersion : 103
listenerId      : MsExcel
bodyType        : TaskEvents.ExcelWorkbook
body            : <?xml version="1.0" encoding="utf-16"?>
<ExcelWorkbook xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="
http://www.w3.org/2001/XMLSchema">
  <Version>10</Version>
  <FullName>C:\Documents and Settings\eecs\Desktop\ExcelTesting.xls</FullName>
  <Name>ExcelTesting.xls</Name>
  <Path>C:\Documents and Settings\eecs\Desktop</Path>
  <ReadOnly>false</ReadOnly>
  <Saved>false</Saved>
  <ContentWords>Testing Testing Testing </ContentWords>
</ExcelWorkbook>
 - - - - - - - - - - - - - - - - - - - - - - - -
 
 110. ?  MailLabeled  MsOutlook  Currently cannot get Event to flow
 111.  SaveAs  MsWord  
INFO EventMessage:
 - - - - - EventMessage Contents - - - - - -

date            : 2006-03-24T16:23:25.1996250-08:00
type            : SaveAs
windowId        : 3670830
listenerVersion : 103
listenerId      : MsWord
bodyType        : TaskEvents.WordDocument
body            : <?xml version="1.0" encoding="utf-16"?>
<WordDocument xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="
http://www.w3.org/2001/XMLSchema">
  <Version>10</Version>
  <Name>Testing.doc</Name>
  <Path>C:\Documents and Settings\eecs\Desktop</Path>
  <ReadOnly>false</ReadOnly>
  <Saved>true</Saved>
  <Text>Hello</Text>
  <FullName>C:\Documents and Settings\eecs\Desktop\Testing.doc</FullName>
</WordDocument>
 - - - - - - - - - - - - - - - - - - - - - - - -
 
 112.  ?  SaveAs  MsExcel  
INFO EventMessage:
 - - - - - EventMessage Contents - - - - - -

date            : 2006-03-24T16:06:55.6840000-08:00
type            : SaveAs
windowId        : 2032376
listenerVersion : 103
listenerId      : MsExcel
bodyType        : TaskEvents.ExcelWorkbook
body            : <?xml version="1.0" encoding="utf-16"?>
<ExcelWorkbook xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="
http://www.w3.org/2001/XMLSchema">
  <Version>10</Version>
  <FullName>C:\Documents and Settings\eecs\Desktop\ExcelTesting.xls</FullName>
  <Name>ExcelTesting.xls</Name>
  <Path>C:\Documents and Settings\eecs\Desktop</Path>
  <ReadOnly>false</ReadOnly>
  <Saved>true</Saved>
  <ContentWords>Testing Testing Testing </ContentWords>
</ExcelWorkbook>
 - - - - - - - - - - - - - - - - - - - - - - - -
 
 113.  TaskCreated User   
INFO EventMessage:
 - - - - - EventMessage Contents - - - - - -

date            : 2006-04-28T13:14:36.2343750-07:00
type            : TaskCreated
windowId        : 328434
listenerVersion : 103
listenerId      : User
bodyType        : TaskEvents.TaskPath
body            : <?xml version="1.0" encoding="utf-16"?>
<TaskPath xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Version>103</Version>
  <Path>New Task</Path>
  <Key>9</Key>
</TaskPath>
 - - - - - - - - - - - - - - - - - - - - - - - -
Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.