Hi
I was wondering if anyone knew if it was possible to use:
Microsoft.SharePoint.WorkflowActions.
SendEmail
in code.
basically, I am writing a custom workflow in VS2008. If you drag the workflow object "SendEmail" and generate its handler you can use the method stub created to set the properties of the email that is to be sent.
In my workflow after most tasks are completed, an email needs to be sent. So I am basically, wondering if I could code it in other methods as opposed to having to include several sendEmail objects and code each method for it.
I have googled this and I can't find out if I can do this or not
Many thanks