The DeliveryReport property gets or sets a boolean value that
defines whether a delivery status report is requested for SMS sent using
SMS.SendSMS,
WapPush.Send,
vCalendar.Send,
vCalendar.SendFile,
vCard.Send and
vCard.SendFile
methods. When set as True, delivery report is requested and when set to False,
delivery report is not requested.
For SMS.SendSMS method, if LongMessage property is set as
mCore.SMS.EnumLongMessage.Concatenate then
delivery report request will be sent only for the last of all the part messages.
For WapPush.Send,
vCalendar.Send,
vCalendar.SendFile,
vCard.Send and
vCard.SendFile methods, if
the message is longer than one message then delivery report request will be sent
only for the last of all the part messages.
Namespace: mCore
Assembly: mCoreLib (in mCoreLib.dll)
| Visual Basic |
Public Class MyClass
Catch ex As mCore.GeneralException |
| C# |
class MyClass { SetCommParameters(); catch
(mCore.GeneralException e) catch
(mCore.GeneralException e) |
mCore.SMS.NewDeliveryReport Event
mCore.NewDeliveryReportEventArgs Class