Advertisement
Guest User

Untitled

a guest
Aug 23rd, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. mail_template = " text " + --BarcodeImage-- + " more text ";
  2.  
  3. mail.AlternateViews.Add(getEmbeddedImage(bcodeimg, mail_template,
  4. emailRecipients));
  5. mail_template.Replace("--BarcodeImage--", alternateview);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement