SendStatusCollection SendWapPushMsg ( StringCollection To, String Title, String HRef, String From )
Sends a WAP PUSH message via the Internet Gateway. WAP PUSH messages can send multimedia content, such as an Image, Wallpaper, Ringtone or a link to WAP website.
using IntelliSoftware; IntelliSMS objIntelliSMS = new IntelliSMS(); objIntelliSMS.Username = "MyUsername"; objIntelliSMS.Password = "MyPassword"; StringCollection ToList = new StringCollection(); ToList.Add ( "44771012345" ); SendStatusCollection SendStatusList; SendStatusList = objIntelliSMS.SendWapPushMsg ( ToList, "The message text", "http://www.intellisoftware.co.uk/images/IntelliSMS.gif", "SENDER_ID" );
Our gateway will only send one SMS message per submission. Therefore a WAP PUSH message is charged at 1 credit.
An InvalidRequest will result if the submitted text and href parameters would require 2 SMS messages to be sent. As a guide, the href and text parameters combined should not exceed 114 characters (assuming href starts with 'http://www.' )
<< Back to DotNet Component
SMS Interfaces HTTP Interface SMTP Interface .NET Component COM Component PHP SDK Java SDK
Text Messaging Send SMS Receive SMS SMS Replies
MMS Messaging Send MMS Receive MMS
Prices
Free Trial
Premium SMS
Downloads
Documents
Support Forum
Coverage