SPMobileMessageDeliveryReport.MessageId property
The ID of the message which the delivery report is about.
Namespace: Microsoft.SharePoint.MobileMessage
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property MessageId As Integer
Get
Private Set
'Usage
Dim instance As SPMobileMessageDeliveryReport
Dim value As Integer
value = instance.MessageId
public int MessageId { get; private set; }
Property value
Type: System.Int32
The ID of the message.
See also
Reference
SPMobileMessageDeliveryReport class