Can someone help me create a activity that will send one column of a Datatable inside the body of an email.
I’m using ‘Send Outlook Mail Message’ activity and putting the dtExcelData.ToString in the body. This ends up just sending the word “DataTable” in the email body.
I’m also not sure how to limit the data to one column not the entire data table.
Hello,
I’m doing a bunch of data cleansing and manipulations from the excel file.
dtExcelData is the final datatable variable. I simply want to include the column named “Contact_ID” in the body of the email. With some text around it… The text would just be email communication the reciever of the email (Hello… thanks…)