Advertisement
Guest User

Untitled

a guest
Oct 12th, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. for (int j = 1; j <= email.Attachments.Count; j++)
  2. {
  3.  
  4. json = "{
  5. " "Mail_Attachment_BLOB" :" " + listOfEmails[i].Attachments[j] "" }";
  6.  
  7. SendToApi("Attachment", json);
  8.  
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement