routing with Silverlight

  • Thread starter Thread starter Thomas
  • Start date Start date
T

Thomas

Hello,
can you say, how I can routing with Silverlight?
for example: access to google or bing with the postal adress and then
routing to many adresses.
is this possible? How?
Thanks for the infos.
Thomas
 
can you say, how I can routing with Silverlight?
for example: access to google or bing with the postal adress and then
routing to many adresses.
is this possible? How?
Thanks for the infos.

I for one do not understand what you're asking. Are you talking about
sending physical (postal) mail? If so, how do you determine what these "many
addresses" are? Can you provide a sample of what you'd like to do? (I don't
mean a code sample, I mean a description of real-world activities.)
 
Thomas said:
Hello,
can you say, how I can routing with Silverlight?
for example: access to google or bing with the postal adress and then
routing to many adresses.
is this possible? How?
Thanks for the infos.
Thomas
Like Jeff, I'm not clear what you're trying to do.
I think if you're talking sending mail then remember silverlight runs in a
sandbox with very limiting security.
You'll need something like a wcf service to act as intermediary between the
silverlight on the client and something on a server doing smtp.
 
Back
Top