Advertisement
Guest User

Untitled

a guest
Mar 30th, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.18 KB | None | 0 0
  1. foreach (var eBayURLs in eBayImageURLs)
  2. {
  3.     messageMediaType.MediaURL = eBayURLs; // Set the URL of the Image on eBays Servers
  4.     memberMessageType.MessageMedia.Add( messageMediaType );
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement