I am a newbie to C# and visual Studio.I am developing a speech recognition based application in which user can send message via bluetooth. Suppose user says 'day' then 'Good Morning' should be sent to his bluetooth paired mobile phone and so on. I have completed the speech recognition part but with my limited knowledge of visual studio, i really dont know how to send the bluetooth message through C#.
Also please tell me, if I can transfer text files to my mobile using bluetooth.