Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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