views:

96

answers:

1

Is there any way to send a business card to a mobile phone using C#? I have an application in j2me which requires some set of data corresponding to some contacts so I want to send the business card of that contact via my server

Business Card is a type of special sms which contains the contact details of any person

A: 

You will need to get an SMS gateway that will allow you to send SMS to mobile phones from your server.

Darin Dimitrov
do sms gateways provide a way to send business cards..because i need the SMS to be received an a business card and get the contact stored in the contact list
sourabh0612
@sourabh0612: it sounds like this "business card" is a very specific kind of SMS. Is it? If so, can you post a link to what exactly you mean? Maybe some kind of spec or something.
Joel
business card is also known as a vcard check this "http://www.ipipi.com/help/send-vcard-using-sms.htm" out
sourabh0612