Link to home
Start Free TrialLog in
Avatar of ravibabub
ravibabubFlag for India

asked on

how to send mail in HTML format in Sequential Workflow?

Hi, i am creating one Sequential Workflow in Sharepoint, in that workflow i need to create a mail which is to be displayed to the User in HTML format. Can you  please guide me how to do this. Thanks
Avatar of krunal_shah
krunal_shah

Hi,
you can send mail in a same manner as we are dooing in asp.net.
Please check following link for that,
http://www.c-sharpcorner.com/UploadFile/dchoksi/SendingMail02132007002923AM/SendingMail.aspx
keep
 mail.IsBodyHtml = true;  

to send the mail in HTML format.

Thanks
ASKER CERTIFIED SOLUTION
Avatar of Ivan Padabed
Ivan Padabed
Flag of Belarus image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of ravibabub

ASKER

useful