Storing Copy of Email into Sent folder

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • =?Utf-8?B?bnM=?=

    Storing Copy of Email into Sent folder

    Ho can i store copy into sent folder using .NET.

    using Exchnage server.

    This has to run on the IIS server, user will provide the authentication
    details if that is needed.

    Also there will be attachements as well.

    any idea appreicated
    --
    n
  • bruce barker

    #2
    Re: Storing Copy of Email into Sent folder

    there is no builtin .net component for this. your options depend on how
    exhange is setup.

    if it has web service support setup (come with owa i believe) then you
    can just call the webservice from your page

    if imap is setup then you can use a open source imap library. see
    codeproject or codeplex

    otherwise you will need an exchange client library (you probably have to
    buy one).

    -- bruce (sqlwork.com)

    ns wrote:
    Ho can i store copy into sent folder using .NET.
    >
    using Exchnage server.
    >
    This has to run on the IIS server, user will provide the authentication
    details if that is needed.
    >
    Also there will be attachements as well.
    >
    any idea appreicated

    Comment

    Working...