Share via


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