SMS sending and receiving deleting code in C#
-
Thursday, October 06, 2011 6:09 AM
Hello!.....Friends any one can help me for developing sms windows application in C#.net with the send/receive/Delete options. Actually i verified most of the code i developed send option for remaining i need ur help.
Thanks...
- Edited by Sasi Shankar Thursday, October 06, 2011 6:10 AM
All Replies
-
Monday, October 10, 2011 6:30 AMModerator
Hello,
There are some ways to control the SMS use C#, in the sample codes of SDK:
Windows Mobile 6 SDK\Samples\PocketPC\CS\SmsIm
We can use C# to send and receive SMS, but we cannot delete the SMS through the Microsoft.WindowsMobile.PocketOutlook Namespace
If you want to delete SMS in C#, you need to p/invoke the MAPI. In MAPI, you can send, read and delete SMS, please follow this thread:
http://social.msdn.microsoft.com/Forums/en/netfxcompact/thread/cf8f98a2-8fbb-4465-aced-e8602c38dded
I hope my suggestions can help you to solve this problem.
Best regards,
Jesse
Jesse Jiang [MSFT]
MSDN Community Support | Feedback to us
Get or Request Code Sample from Microsoft
Please remember to mark the replies as answers if they help and unmark them if they provide no help.

- Marked As Answer by Jesse JiangMicrosoft Contingent Staff, Moderator Thursday, October 13, 2011 7:58 AM
-
Wednesday, October 12, 2011 9:48 AM
Hi,
I think this may be a suitable sample project:
http://www.codeproject.com/KB/windows/PocketPCandSmartphone.aspx
Regards,
Malleswar
Regards, Malleswar- Marked As Answer by Jesse JiangMicrosoft Contingent Staff, Moderator Thursday, October 13, 2011 7:58 AM
-
Tuesday, October 18, 2011 10:27 AM
Thank you... Jesse
Ill work on your idea and once again thanks for your response
With Regards
Sasi S
-
Tuesday, October 18, 2011 10:28 AM
Thank you... Malleswar
With Regards
Sasi S -
Tuesday, October 18, 2011 10:49 AM
Actually,I'm connecting sony ericsion mobile through serial port and after this i want to all this kind of operations like readin and deleting messages .I tried with AT Commands but it's not working but command getting execute.
Now friends give the guidance to do.
Thanks & Regards
Sasi S
-
Wednesday, October 19, 2011 7:31 AMModerator
Would you please share the solution to us?
Best regards,
Jesse
Jesse Jiang [MSFT]
MSDN Community Support | Feedback to us
Get or Request Code Sample from Microsoft
Please remember to mark the replies as answers if they help and unmark them if they provide no help.


