Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

mimekit email body base64 image in the body

var myImage = message.BodyParts.OfType<MimePart> ().FirstOrDefault (x => x.IsMimeType ("image", "png"));
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #mimekit #email #body #image #body
ADD COMMENT
Topic
Name
8+7 =