views:

19

answers:

0

I have created a sequential workflow for use with a SharePoint List. In this workflow i send an email using the SendEmail activity.

Later in my workflow I need to know if the mail was successfully sent, so I tried using this condition:

success = sendEmailStep1.ExecutionResult == ActivityExecutionResult.Succeeded;

But that does not work, any ideas?