SPMobileMessageDeliveryReportItem.DeliveryCode property
Gets a value that indicates whether the attempt to send a message succeeded and, if not, why not.
Namespace: Microsoft.SharePoint.MobileMessage
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property DeliveryCode As SPMobileMessageDeliveryCode
Get
'Usage
Dim instance As SPMobileMessageDeliveryReportItem
Dim value As SPMobileMessageDeliveryCode
value = instance.DeliveryCode
public SPMobileMessageDeliveryCode DeliveryCode { get; }
Property value
Type: Microsoft.SharePoint.MobileMessage.SPMobileMessageDeliveryCode
A success signal or identification of a problem. The default is UnknownError.
Remarks
A value other than Succeeded does not always mean the message was not sent. For example, NoScheduled means that the message was sent immediately instead of the scheduled time the sender intended it to be sent.
See also
Reference
SPMobileMessageDeliveryReportItem class