function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
pitaboypitaboy 

.NET Email-to-case Agent

Is there a Sforce Email To Case Toolkit for .NET. Are there plans for one in the future?

I'm looking for a way to append emails to an existing Case. For example, each time the customer emails the Support team (and vice-versa), the email is somehow appended to or logged in the Case. The Email-To-Case Agent toolkit seems to be the a suitable solution. However, it is in Java. Is there a way to create this behavior using the API and C#? Are there any existing examples for C# and .NET?

Thanks in advance.
DevAngelDevAngel

Hi pitaboy,

You can definitely do this in .NET.  Just use the java sample as your "psuedo-code" and you should be able to build the implementation.