How to send a link message to mobile via bluetooth in C#

Posted by Ramesh Soni on Stack Overflow See other posts from Stack Overflow or by Ramesh Soni
Published on 2009-08-31T06:20:29Z Indexed on 2010/03/25 11:23 UTC
Read the original article Hit count: 241

Filed under:
|
|

My requirement is to send a link message to mobile via bluetooth in C#. The message should contain some hyperlink. And when the user opens the message it should directly open the link in browser.

It should work without installing any other application on mobile device.

© Stack Overflow or respective owner

Related posts about bluetooth

Related posts about c#