Share via


SPMobileMessageUserInfo.DeliveryCode Property

Gets an object that whether the userInfo request succeeded and, if not, why not.

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

Syntax

'Declaration
Public ReadOnly Property DeliveryCode As SPMobileMessageDeliveryCode
    Get
'Usage
Dim instance As SPMobileMessageUserInfo
Dim value As SPMobileMessageDeliveryCode

value = instance.DeliveryCode
public SPMobileMessageDeliveryCode DeliveryCode { get; }

Property Value

Type: Microsoft.SharePoint.MobileMessage.SPMobileMessageDeliveryCode
A value that specifies success or specifies why information for the user could not be returned.

See Also

Reference

SPMobileMessageUserInfo Class

SPMobileMessageUserInfo Members

Microsoft.SharePoint.MobileMessage Namespace