SPMobileMessageDeliveryReportItem.Severity Property
Gets a value that indicates whether the mobile messaging service provider (MSP) was able to send the message.
Namespace: Microsoft.SharePoint.MobileMessage
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property Severity As SPMobileMessageSeverity
Get
'Usage
Dim instance As SPMobileMessageDeliveryReportItem
Dim value As SPMobileMessageSeverity
value = instance.Severity
public SPMobileMessageSeverity Severity { get; }
Property Value
Type: Microsoft.SharePoint.MobileMessage.SPMobileMessageSeverity
An indication of whether the message was sent.
See Also
Reference
SPMobileMessageDeliveryReportItem Class