I do not believe the API currently allows you to submit an array of addresses as a search parameter. You'd need to write some manner of a proxying method that would Find() each individual address and then translate each of the VEFindResult objects into individual pins by lat/lon.
I believe Jared is right (as best I can tell) see the code example I posted in one of the other threads http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=751986&SiteID=1
for how to combine a geocoder with VE pin functions.
hope this helps - would love to do it all in VE w/o any other API calls or pesky keys...
search list of addresses
curiousss
Nate00
see the code example I posted in one of the other threads
http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=751986&SiteID=1
for how to combine a geocoder with VE pin functions.
hope this helps - would love to do it all in VE w/o any other API calls or pesky keys...