Answered by:
how to send contact using SMS?

Question
-
how to send contact using SMS in windows mobile 6 ?
The system had do it. I want to know how to do it with myself.Friday, July 10, 2009 6:29 AM
Answers
-
Hi,
I am really very sorry about it. I thought that link provides samples as that statement states.
Then you may need to create the VCard.
use this references, this does not provide you direct code they are just for reference:
http://en.wikipedia.org/wiki/VCard
http://www.codeproject.com/KB/vb/vcard.aspx
Regards,
Malleswar- Marked as answer by Guang-Ming Bian - MSFT Thursday, July 16, 2009 3:57 AM
Tuesday, July 14, 2009 1:05 PM
All replies
-
Hi,
Do you want to do from your application or ?
If you want to do it from your application simply retrieve the contact from POOM and send the SMS.
To Send SMS:
public void SendMessage(string messageText, Recipient receiver) { SmsMessage replyMessage = new SmsMessage(); replyMessage.To.Add(receiver); replyMessage.Body = messageText; replyMessage.Send(); SaveMessageLog(messageText,receiver.Address, replyMessage.LastModified); }
Retrieve Contacts:
http://www.code-magazine.com/article.aspx?quickid=0609051&page=3
Please let me know if my understanding is wrong regarding your query.
Regards,
MalleswarFriday, July 10, 2009 6:46 AM -
I want to do it from my application.
Is it send with the text? or vcard?
Do you have the code with C++ version?Friday, July 10, 2009 6:55 AM -
nobody know?Friday, July 10, 2009 8:19 AM
-
It sends with text not via vcard.
Check this link for C++:
http://msdn.microsoft.com/en-us/library/ms839381.aspx
Regards,
MalleswarFriday, July 10, 2009 8:22 AM -
It's send Text?
1. on windows mobile machine.
2. Select one contact first , then send this contact by SMS.
3. you receive the SMS. Look at the SMS, You can find that System remind that whether you want to save it to the Contacts.
4. if we send it with text by SMS , how can it different from normal SMS. Is there anything we should to do?
Friday, July 10, 2009 8:55 AM -
Please see
http://www.msmobilenews.com/windows-mobile/news/send-contact-info-via-sms-with-send-contact.html
you may get helpful information.
Thanks Mohsin S.Friday, July 10, 2009 9:03 AM -
It's send Text?
1. on windows mobile machine.
2. Select one contact first , then send this contact by SMS.
3. you receive the SMS. Look at the SMS, You can find that System remind that whether you want to save it to the Contacts.
4. if we send it with text by SMS , how can it different from normal SMS. Is there anything we should to do?
http://p.blog.csdn.net/images/p_blog_csdn_net/czbever/EntryImages/20090710/b.jpgFriday, July 10, 2009 9:08 AM -
http://p.blog.csdn.net/images/p_blog_csdn_net/czbever/EntryImages/20090710/b.jpgFriday, July 10, 2009 9:17 AM
-
Select one contact first , then send this contact by SMS.
That is as vcard.
If you want to send as vcard, check this sample. Hope it works for you. I never tried this sample.
http://msdn.microsoft.com/en-us/library/aa458509.aspx
Regards,
Malleswar- Proposed as answer by Malleswara Reddy [MCTS, MCP] Friday, July 10, 2009 4:43 PM
Friday, July 10, 2009 9:17 AM -
I can't Complete it.
How to do it?
Who can help me?
Thanks.Sunday, July 12, 2009 2:55 PM -
nobody know?????????????????????????????????????????????????????
Thanks.Monday, July 13, 2009 1:58 AM -
nobody??????????Monday, July 13, 2009 3:26 AM
-
nobody?
Monday, July 13, 2009 4:33 AM -
anybody know?
Monday, July 13, 2009 6:07 AM -
???????????????????????????Monday, July 13, 2009 9:31 AM
-
Hi,
Have you not tried the link which I gave you?
http://msdn.microsoft.com/en-us/library/aa458509.aspx
If tried, What was the problem?
Regards,
MalleswarMonday, July 13, 2009 9:38 AM -
What you said is normal SMS. I can do it yet.
how to differentiate it with normal SMS? I know how to get contact information and how to send sms. But it's not I want to get. when received this SMS , it will pop up an icon that let user to select whether to save it to contact list.Monday, July 13, 2009 9:50 AM -
I have read these lines in that link:
Using Wireless Application Protocol (WAP) over SMS. Examples include: configuring mobile devices over the air, sending vCard and vCalendar items, and starting applications that consume WAP packets (a chess move, for example).
Regards,
MalleswarMonday, July 13, 2009 10:10 AM -
what's the meaning?Monday, July 13, 2009 1:53 PM
-
?????????????Tuesday, July 14, 2009 12:44 AM
-
Hi,
I guess that link have few sample (Examples) which includes configuring mobile devices over the air, sending vCard and vCalendar items,.
Try the samples.
Regards,
MalleswarTuesday, July 14, 2009 5:44 AM -
Where is the sample?Tuesday, July 14, 2009 5:50 AM
-
Down you have link which moves to this link:
http://www.3gpp.org/ftp/Specs/archive/03_series/03.40/
I can see some downloadables. Can you please try this samples?
Regards,
MalleswarTuesday, July 14, 2009 9:30 AM -
I had them downed. They are pdf or word. where is the sample? where is the code? I can't find information useful for me.Tuesday, July 14, 2009 11:37 AM
-
what you have supplyed upon are only some documentations, I think this is not suitable to solve the problem. Could you please give some simple sample used by c++ ?Tuesday, July 14, 2009 11:51 AM
-
Hi,
I am really very sorry about it. I thought that link provides samples as that statement states.
Then you may need to create the VCard.
use this references, this does not provide you direct code they are just for reference:
http://en.wikipedia.org/wiki/VCard
http://www.codeproject.com/KB/vb/vcard.aspx
Regards,
Malleswar- Marked as answer by Guang-Ming Bian - MSFT Thursday, July 16, 2009 3:57 AM
Tuesday, July 14, 2009 1:05 PM -
It also poor for me.
Tuesday, July 14, 2009 2:03 PM -
nobody?Tuesday, July 21, 2009 12:46 AM