To delimit each item in a SKU column with slashes, you can use LINQ to project each item in the column as a delimited string. Here's some sample code:
main.cs230 chars11 lines
To send an email complaining about the SKUs, you can use the System.Net.Mail
namespace. Here's a sample code that sends an email:
main.cs372 chars15 lines
This code sends an email complaining about the SKUs, by joining them into a string and using the SmtpClient
object to send the email. Note that you'll need to configure the SmtpClient
to use an SMTP server that you have access to.
gistlibby LogSnag