c# - How do I perform actions based upon email received in ASP.NET? -


how programmatically perform actions when e-mail message received ?

  1. receive email
  2. parse command email (possibly embedded xml)
  3. identify command, using switch statement
  4. execute command.

Comments

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -