SharePoint workflow SendEmail - check if the mail was successfully sent

Posted by brysseldorf on Stack Overflow See other posts from Stack Overflow or by brysseldorf
Published on 2010-03-17T15:10:21Z Indexed on 2010/03/17 15:11 UTC
Read the original article Hit count: 164

Filed under:
|

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?

© Stack Overflow or respective owner

Related posts about sharepoint

Related posts about Workflow