如何通过互联网以编程方式将名片消息发送到手机
是否可以以名片格式从互联网发送消息。 ?我需要将联系人发送到手机,以便收件人可以轻松保存该联系人。
使用短信API我们可以发送短信,但是如何发送名片文件?
在我的项目场景中,我有 10 个人的电话号码,我需要将这些号码以名片格式发送到另一部手机。
关于如何实施有什么想法吗?
Is it possible to send messages from internet in business card formats. ? I need to send a contact to a mobile phone so that the recipient can save the contact easily.
using sms api s we can send sms but how to send business card files ?
In my project scenario I have telephone numbers of 10 persons which I need to send the numbers to another mobile phone in business card format.
Any ideas on how to implement ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有关 vCard 的更多信息,请访问 Wikipedia。
vCard 具有特定的格式,维基百科上的示例如下
vCard 2.1:
vCard 3.0:
手机上收到的 vCard 只是 vCard 格式的短信。
所以回答您的问题
是的,您可以将 vCard 发送到手机,只需将联系人详细信息格式化为 vCard 格式并以短信形式发送即可。
但请注意,不同手机的 vCard 格式有所不同。
不同设备上的不同 vCard 格式
另请参阅
3 种不同的格式发送电子名片
通过 SMS 消息向各种诺基亚手机发送 vCard 消息
通过短信发送 vCard
More info on vCard at Wikipedia.
A vCard has a particular format, an example on Wikipedia is as follows
vCard 2.1:
vCard 3.0:
A vCard received on a mobile phone is simply a SMS in a vCard format.
So to answer your question
Yes, you can send a vCard to a mobile phone, just format the contact details in a vCard format and send it as SMS.
But be aware that the vCard format is different for different phones.
Different vCard formats on different devices
Also See
3 Different formats to send a vCard
vCard message through a SMS message to various Nokia phones
vCard via SMS