submitting data via email to websystem

Posted by tnriverfish on Stack Overflow See other posts from Stack Overflow or by tnriverfish
Published on 2010-03-12T03:11:55Z Indexed on 2010/03/12 3:17 UTC
Read the original article Hit count: 229

Filed under:
|
|

I'm working on a task system and I'd like to be able to submit a task to the system by emailing it to a particular address.

I'm thinking I could set my user by the sender, the task subject by the subject and the task comments by the text of the email.

Not sure the version of Exchange we have available if that matters but I'm running .net 3.5 and using C#.

Any direction would be appreciated.

Thanks, Charlie

© Stack Overflow or respective owner

Related posts about c#

Related posts about web-development