Thursday 15 July 2010

c# - How to Email "content of route direction between source to destination using bing Map" as body of email -



c# - How to Email "content of route direction between source to destination using bing Map" as body of email -

i using wpf , c#. in bing map, had got direction of routes source destination in scrollviewer using next code.

instruction scrollviewer name.

instructions.content = directionsmanager.routesummaryview;

now want bring content of routes direction body of email when email specific id. means user can direction of specific route sending email email id.

i aware code send email, want know there way through can direction of routes in string or can email that.

you posted same question on bing maps forums, said windows store app there rather wpf. since wpf map command doesn't have routesummeryview assume meant windows store app here.

in windows store app content xaml won't render in emails. can convert routesummaryview image , pass image email. wrote blog post on how here: http://blogs.msdn.com/b/bingdevcenter/archive/2014/05/01/how-to-save-and-share-map-screenshots-in-windows-store-apps-net.aspx

c# bing-maps bing-maps-api

No comments:

Post a Comment