c# - How do I perform actions based upon email received in ASP.NET? -
how programmatically perform actions when e-mail message received ?
- receive email
- parse command email (possibly embedded xml)
- identify command, using switch statement
- execute command.
Comments
Post a Comment