The WapPush method returns mCore.WapPush class object that allows
you to get and set various properties of a WAP Push message and send it.
Namespace: mCore
Assembly: mCoreLib (in mCoreLib.dll)
mCore.WapPushException
mCore.GeneralException
| Visual Basic |
Public Class MyClass |
| C# |
| class MyClass { public mCore.SMS objSMS = new mCore.SMS(); public static void SendWapPush() { mCore.WapPush objWP = objSMS.WapPush(); try {
SetCommParameters(); catch (mCore.WapPushException e) catch
(mCore.GeneralException e) |
WapPush.Destination Property
WapPush.Text Property
WapPush.URL Property
WapPush.Action Property
WapPush.Created Property
WapPush.Expiry Property
WapPush.Send Method
WapPush.SendToQueue Method
mCore.WapPushException Class