Partager via


SPMobileMessageDeliveryReport - Constructeur (String)

Initialise une nouvelle instance de la classe SPMobileMessageServiceResponse en utilisant le format XML indiqué.

Espace de noms :  Microsoft.SharePoint.MobileMessage
Assembly :  Microsoft.SharePoint (dans Microsoft.SharePoint.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    responseXml As String _
)
'Utilisation
Dim responseXml As String

Dim instance As New SPMobileMessageDeliveryReport(responseXml)
public SPMobileMessageDeliveryReport(
    string responseXml
)

Paramètres

  • responseXml
    Type : System.String

    La réponse sous forme de balisage XML.

Remarques

Lors de la réception à partir du service Web en réponse à une demande de balisage XML, appelez ce constructeur et transmettre le code XML en tant que paramètre.

Cette substitution comporte comme l'implémentation de base.

Voir aussi

Référence

SPMobileMessageDeliveryReport classe

SPMobileMessageDeliveryReport - Membres

SPMobileMessageDeliveryReport - Surcharge

Microsoft.SharePoint.MobileMessage - Espace de noms