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? -

c# - SharpSVN - How to get the previous revision? -

php cli reading files and how to fix it? -