The NewDeliveryReportEventArgs class prepares data for the
NewDeliveryReport event.
Namespace: mCore
Assembly: mCoreLib (in mCoreLib.dll)
Inherits: System.EventArgs
| Property | Description | Type |
| DeliveryTimeStamp | SMS delivery date and time | DateTime |
| DeliveryTimeZone | Time zone as difference in minutes between DeliveryTimeStamp and UTC | Integer |
| MessageReference | Reference number of the sent message for which delivery report is received | Integer |
| Phone | Phone number to which the SMS was sent | String |
| SentTimeStamp | Date and time when the SMS was sent by the SMSC | DateTime |
| SentTimeZone | Time zone as difference in minutes between SentTimeStamp and UTC | Integer |
| Status | SMS delivery status | Boolean |
| 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.SMS.NewDeliveryReportEventHandler Delegate