Our DocumentList control exposes a method to send any file, this uses the
same system beam functionality so you can use IR or Bluetooth transports.
See here for details:- www.inthehand.com/dotnet/documentlist/
For some reason I thought I could do this. Anyway, what would be the best
way to simply send a file via IR/BT?
Another idea: This may be a bit unconventional but... Could I tack my
serialized XML object text onto the body of an Outlook Task and send it
using PO then on the receiving side just read it out of the Task body. The
reason this is appealing is that the user would be able to select either IR
or another BT device from the beam device list selection screen.
Im open to a better way of doing this if it is simple and can be implemented
quickly.
Can I use the Document List control totally via code without showing any
list screens? I would want to specify the file to transfer, via code only,
then show the standard device selection screen for beaming so the user could
pick the device (IR or BT) to send to.