Event Sink

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Ricardo Trujillo

    Event Sink

    Hi everyone...
    Does anybody know which is the best way (good
    performance) to implement an Event Sink that responds to
    the arrival of a mail to a specific folder in
    Exchange2000 using C#???
    Any help would be appreciated!!!

    Ricardo Trujillo
    Medellin-Colombia
  • Ollie

    #2
    Re: Event Sink

    take a look at the FileSystemWatch er Class in the .Net framework

    Ollie

    "Ricardo Trujillo" <jtrujillo@inte rgrupo.com> wrote in message
    news:086f01c34a 0e$7e2705b0$a50 1280a@phx.gbl.. .[color=blue]
    > Hi everyone...
    > Does anybody know which is the best way (good
    > performance) to implement an Event Sink that responds to
    > the arrival of a mail to a specific folder in
    > Exchange2000 using C#???
    > Any help would be appreciated!!!
    >
    > Ricardo Trujillo
    > Medellin-Colombia[/color]


    Comment

    • Ricardo Trujillo

      #3
      Re: Event Sink

      FileSystemWatch er responds to events that occur on File
      System folders, The kind of event I'm looking for is that
      that responds to events on an exchange Mail Folder!!!!!

      Thanks anyway[color=blue]
      >-----Original Message-----
      >take a look at the FileSystemWatch er Class in the .Net[/color]
      framework[color=blue]
      >
      >Ollie
      >
      >"Ricardo Trujillo" <jtrujillo@inte rgrupo.com> wrote in[/color]
      message[color=blue]
      >news:086f01c34 a0e$7e2705b0$a5 01280a@phx.gbl. ..[color=green]
      >> Hi everyone...
      >> Does anybody know which is the best way (good
      >> performance) to implement an Event Sink that responds[/color][/color]
      to[color=blue][color=green]
      >> the arrival of a mail to a specific folder in
      >> Exchange2000 using C#???
      >> Any help would be appreciated!!!
      >>
      >> Ricardo Trujillo
      >> Medellin-Colombia[/color]
      >
      >
      >.
      >[/color]

      Comment

      Working...