Get Email from Exchange Server

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

    Get Email from Exchange Server

    Hi Everyone,

    I am looking to get emails from a Public Folder on our internal server using
    a filter from exchange server 2007
    extract attachments
    tag or set the status on each email so I don't process it again next day

    I am using .NET 2.0 C#

    Need components, Ideas available. from MS or 3rd Party or Free

    Thank you,

    LVP


  • Tigger

    #2
    Re: Get Email from Exchange Server

    "LVP" <lvp_agentman@h otmail.comwrote in message
    news:u%23Yu59Wq IHA.4716@TK2MSF TNGP06.phx.gbl. ..
    Hi Everyone,
    >
    I am looking to get emails from a Public Folder on our internal server
    using a filter from exchange server 2007
    extract attachments
    tag or set the status on each email so I don't process it again next day
    >
    I am using .NET 2.0 C#
    >
    Need components, Ideas available. from MS or 3rd Party or Free
    >
    Thank you,
    >
    LVP
    >
    I think things have changed, but for Exchange Server 2003...

    Look into the CDOEX library and the System.Director yServices namespace

    Searching for DirectoryEntry will find you several articles on how to do
    things.

    a tip is that the external email field is called "mail".

    --
    Tony
    Assorted musings from Tony & William McCreath



    Comment

    • LVP

      #3
      Re: Get Email from Exchange Server

      Hi Tigger,

      I am using Exchange 2007 and end up using Exchange Web Service.

      In my opinion it is the best way to deal with my needs.

      thank you for you reply.

      LVP


      "Tigger" <mccreath@bigfo ot.comwrote in message
      news:MZadnZEgTb 4MpYrVnZ2dnUVZ_ r2nnZ2d@adnap.n et.au...
      "LVP" <lvp_agentman@h otmail.comwrote in message
      news:u%23Yu59Wq IHA.4716@TK2MSF TNGP06.phx.gbl. ..
      >Hi Everyone,
      >>
      >I am looking to get emails from a Public Folder on our internal server
      >using a filter from exchange server 2007
      >extract attachments
      >tag or set the status on each email so I don't process it again next day
      >>
      >I am using .NET 2.0 C#
      >>
      >Need components, Ideas available. from MS or 3rd Party or Free
      >>
      >Thank you,
      >>
      >LVP
      >>
      >
      I think things have changed, but for Exchange Server 2003...
      >
      Look into the CDOEX library and the System.Director yServices namespace
      >
      Searching for DirectoryEntry will find you several articles on how to do
      things.
      >
      a tip is that the external email field is called "mail".
      >
      --
      Tony
      Assorted musings from Tony & William McCreath

      >

      Comment

      Working...