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.
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