Routing based on Inbound Email Subject

  • 10 February 2007
  • 1 reply
  • 1 view

Badge
Hi,
I'm wondering if there is any class within K2 ROM or any other place in K2 that will allow me to read email messages sent by a destination user to K2Service AD account. Bascially, I want to branch to next activity based on an email sent from Destination user. Is this possible in K2?

Please let me know

Ram
:?:

1 reply

Badge +9
There is no special class within any K2 .NET assembly (K2ROM, K2MNG...) that will do this. However you could write a .NET app (Windows service/console app) that monitoers the desired mailbox on your mail server and looks for these messages. This .NET monitoring app would then use K2ROM to interact with the K2 runtime environment.

Reply