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
Dan HuranDan Huran 

Email Notifications when creating comments via .NET, API, v10 partner wsdl

I managed to send a notofication via the api by adding the following when creatinga case:

.EmailHeaderValue.triggerUserEmail = true;

I am trying to do the same when crating a comment.

Is it possible??