SPMobileMessageDeliveryReport.Items Property

Gets the delivery report items for the delivery report.

Namespace:  Microsoft.SharePoint.MobileMessage
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public ReadOnly Property Items As ReadOnlyCollection(Of SPMobileMessageDeliveryReportItem)
    Get
'Usage
Dim instance As SPMobileMessageDeliveryReport
Dim value As ReadOnlyCollection(Of SPMobileMessageDeliveryReportItem)

value = instance.Items
public ReadOnlyCollection<SPMobileMessageDeliveryReportItem> Items { get; }

Property Value

Type: System.Collections.ObjectModel.ReadOnlyCollection<SPMobileMessageDeliveryReportItem>
The items that the delivery report is about.

See Also

Reference

SPMobileMessageDeliveryReport Class

SPMobileMessageDeliveryReport Members

Microsoft.SharePoint.MobileMessage Namespace