SharePoint SendEmail: override Recipient? -


I have a SharePoint workflow that I must maintain in the workflow

Microsoft.SharePoint.WorkflowActions A mail is sent using SendEmail

- The property is set correctly for a valid value (like john@doe.com). But when I look in the ULS log, the mail is sent "test@xx.local" instead of "test@xx.local".

There is no such indication in the code that no other value can overwrite ".to" - property. So I hope that it can be a SharePoint property, where can I get this?


Comments

Popular posts from this blog

sqlite3 - UPDATE a table from the SELECT of another one -

c# - Showing a SelectedItem's Property -

javascript - Render HTML after each iteration in loop -