From: Samuel on
Similar to sending email from my .NET 2.0 Application I would like to read
the content of incoming emails.

Please advise what is available.

Thank you
Samuel


From: Herfried K. Wagner [MVP] on
Am 11.03.2010 19:21, schrieb Samuel:
> Similar to sending email from my .NET 2.0 Application I would like to read
> the content of incoming emails.
>
> Please advise what is available.

There are many APIs available, depending on your scenario: Outlook
automation, Exchange (CDO, MAPI), MAPI, IMAP, POP3, ...

How are you planning to access the mailbox?

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/>
From: Samuel on
Hi

I am looking to access POP3 mailbox

Regards,
Samuel



"Herfried K. Wagner [MVP]" <hirf-spam-me-here(a)gmx.at> wrote in message
news:Oyu1biYwKHA.1984(a)TK2MSFTNGP05.phx.gbl...
> Am 11.03.2010 19:21, schrieb Samuel:
>> Similar to sending email from my .NET 2.0 Application I would like to
>> read
>> the content of incoming emails.
>>
>> Please advise what is available.
>
> There are many APIs available, depending on your scenario: Outlook
> automation, Exchange (CDO, MAPI), MAPI, IMAP, POP3, ...
>
> How are you planning to access the mailbox?
>
> --
> M S Herfried K. Wagner
> M V P <URL:http://dotnet.mvps.org/>
> V B <URL:http://dotnet.mvps.org/dotnet/faqs/>


From: a a r o n . k e m p f on
SQL Server 2000 can do this natively, without dealing with any of
this .NET tier





On Mar 11, 11:21 am, "Samuel" <smshul...(a)hotmail.com> wrote:
> Similar to sending email from my .NET 2.0 Application I would like to read
> the content of incoming emails.
>
> Please advise what is available.
>
> Thank you
> Samuel