Manual Task assign email - is there a way to set the Edit Task button?
-
I am manually setting up the body of the assign task email in Visual Studio and would like it to have the "Edit Task" button in the header/subject of the email which comes as standard with the out of the box email. I am using the Microsoft.SharePoint.WorkflowActions.SendEmail class. Is there a way to set this in the code?
-
I am manually setting up the body of the assign task email in Visual Studio and would like it to have the "Edit Task" button in the header/subject of the email which comes as standard with the out of the box email. I am using the Microsoft.SharePoint.WorkflowActions.SendEmail class. Is there a way to set this in the code?
Hello Dangermouse99, need to use Microsoft.SharePoint.WorkflowActions.SendEmail class . paste the button properties in SendEmail.Subject oject we can edit the subject,body, and header as ur wish if u are using the Microsoft.SharePoint.WorkflowActions.SendEmail Class use the Edit Task link in the Subject . whenever user receive the mail he will receive the mail with the edit task link in the suject section so he can directly edit the task and save the updates in the document library or list .