I am using ASP.Net C# for developing a website for sending SMS to mobile, Now i need to send OTA files( picture messages available in nokia as sms) from my website, please help me to get the solution.
i am using following code to create OTA file
public void GenBarcode(string Data)
{
Linear L = new Linear();
L.Type = BarcodeType.CODE39;
L.Data = Data;
L.drawBarcode("D://hello.ota");
}
pradeepnt
Member
266 Points
154 Posts
send OTA files as SMS in ASP.Net
Apr 19, 2012 07:32 AM|LINK
Hi....
I am using ASP.Net C# for developing a website for sending SMS to mobile, Now i need to send OTA files( picture messages available in nokia as sms) from my website, please help me to get the solution.
i am using following code to create OTA file
public void GenBarcode(string Data) { Linear L = new Linear(); L.Type = BarcodeType.CODE39; L.Data = Data; L.drawBarcode("D://hello.ota"); }Pradeep Narayan
Frank Jiang ...
All-Star
16006 Points
1728 Posts
Microsoft
Re: send OTA files as SMS in ASP.Net
Apr 23, 2012 08:54 AM|LINK
Hi,
Getting start from here:
use ASP.NET Barcode Generator Control SDK (dll) to generate, create linear, 2d barcodes in ASP.NET Class
http://www.onbarcode.com/tutorial/asp-net-barcode-generation.html
and Converting image files to OTA file format (Mobile Picture Message)
How to Create a Nokia OTA Picture Message
Hope above information can help you.
Thanks,
Feedback to us
Develop and promote your apps in Windows Store