Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Security > Reading Mail attachments in asp.net

Reply
Thread Tools

Reading Mail attachments in asp.net

 
 
sweetyshiny23@yahoo.co.in
Guest
Posts: n/a
 
      09-13-2006
Hi,

I have a requirement wherein the users would send mails with excel
attachements to a particular group id. I have to open the files read
the data and store the data in the database. The mail server is an
exchange server. Any pointers on how this could be implemented or code
snippets would be appreciated

regards
Shiny

 
Reply With Quote
 
 
 
 
Dominick Baier
Guest
Posts: n/a
 
      09-13-2006
maybe you should post to an Exchange group - there are libraries you can
use to access mailboxes (CDO or CDOEX - details escape me)...

---
Dominick Baier, DevelopMentor
http://www.leastprivilege.com

> Hi,
>
> I have a requirement wherein the users would send mails with excel
> attachements to a particular group id. I have to open the files read
> the data and store the data in the database. The mail server is an
> exchange server. Any pointers on how this could be implemented or code
> snippets would be appreciated
>
> regards
> Shiny



 
Reply With Quote
 
 
 
 
Joe Kaplan
Guest
Posts: n/a
 
      09-13-2006
I'm pretty sure the CDO stuff can only be executed locally on the Exchange
box, so you can use it in a distributed approach directly. Unless this has
changed recently, the API that does allow remote access is the WEBDAV. It
is pretty unfun. As I recall, the Mindy Martin book is the one that really
explains how to tackle this (probably out of print).

A new world of pain awaits the OP. I send my sincere condolences.

Joe K.

--
Joe Kaplan-MS MVP Directory Services Programming
Co-author of "The .NET Developer's Guide to Directory Services Programming"
http://www.directoryprogramming.net
--
"Dominick Baier" <dbaier@pleasepleasenospam_leastprivilege.com> wrote in
message news: om...
> maybe you should post to an Exchange group - there are libraries you can
> use to access mailboxes (CDO or CDOEX - details escape me)...
>
> ---
> Dominick Baier, DevelopMentor
> http://www.leastprivilege.com
>
>> Hi,
>>
>> I have a requirement wherein the users would send mails with excel
>> attachements to a particular group id. I have to open the files read
>> the data and store the data in the database. The mail server is an
>> exchange server. Any pointers on how this could be implemented or code
>> snippets would be appreciated
>>
>> regards
>> Shiny

>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
mail.Attachments (Multiple Attachments) from Querystring codewarrior ASP .Net 0 05-04-2009 07:19 PM
Problem with difference between System.Web.Mail and System.Net.Mail in using attachments Brad ASP .Net 2 04-25-2006 07:58 PM
attachments unable to read attachments from email bub.mk Computer Support 1 09-29-2004 02:29 AM
reading e-mail with attachments Computer Support 6 02-29-2004 02:18 AM
Sending e-mail with attachments with the default e-mail client =?ISO-8859-1?Q?Andr=E9s_Berenguer?= Java 0 08-29-2003 02:28 PM



Advertisments