12-05-2012 03:56 AM
Blackberry I send the code file via pin message to my device and with folder listener i listene both inbox and outbox. when i send the code file programatically then from the outbox i am able to get the code file file (with folder listener )but when my device receive the same pin message then i am fail to get the code file(with folder listener).but my device show the pin message in message folder with code file.
Please suggest...
Solved! Go to Solution.
12-05-2012 04:44 AM
Is your listener missing all PIN messages, or just these special ones.
12-05-2012 08:42 AM
12-05-2012 09:53 AM
1) Which statement throws the Cast exception.
2) Your code looks wrong, i didn't think that BodyPart supported getContent().
3) What do you get back as the MIME type of the content?
12-06-2012 04:06 AM
12-06-2012 08:59 AM
12-06-2012 01:27 PM
12-07-2012 12:51 PM
12-08-2012 09:25 AM
12-08-2012 09:35 AM
Sorry I have no idea.
If it works one way and does not work the other way, I guess what i would do next is debug both ways and figure out what the difference is interns of the data I get.