官术网_书友最值得收藏!

Adding an attachment to the email

  1. Add the following code to the Run method of the RegisterUser function:
        Attachment objAttachment = new Attachment();
objAttachment.Content = System.Convert.ToBase64String
(System.Text.Encoding.UTF8.GetBytes(emailContent));
objAttachment.Filename = firstname + "_" + lastname + ".log";
message.AddAttachment(objAttachment);
  1. Let's run a test using the same request payload that we have used in the previous recipes.
  2. This is the screenshot of the email, along with the attachment:
主站蜘蛛池模板: 湄潭县| 伊宁县| 昆山市| 阜阳市| 法库县| 黔西| 治多县| 蓝山县| 万载县| 屯门区| 于都县| 同心县| 菏泽市| 台中县| 崇义县| 贡觉县| 大理市| 阿鲁科尔沁旗| 和田县| 太湖县| 松潘县| 湾仔区| 永和县| 井研县| 元谋县| 枣强县| 翼城县| 昔阳县| 景德镇市| 南阳市| 成武县| 红河县| 察隅县| 广水市| 安陆市| 广安市| 龙游县| 嘉祥县| 邳州市| 大庆市| 清水河县|