November 2018
Intermediate to advanced
424 pages
10h 55m
English
Perform the following steps:
message.AddAttachment(FirstName +"_"+LastName+".log", System.Convert.ToBase64String (System.Text.Encoding.UTF8.GetBytes (emailContent)), "text/plain", "attachment", "Logs" );
