Partager via


NotificationsPreSendEventArgs.xmlBody - Propriété

Récupère les données de notification pour un gestionnaire d'événements OnSending .

Espace de noms :  Microsoft.Office.Project.Server.Events
Assembly :  Microsoft.Office.Project.Server.Events.Receivers (dans Microsoft.Office.Project.Server.Events.Receivers.dll)

Syntaxe

'Déclaration
Public ReadOnly Property xmlBody As String
    Get
'Utilisation
Dim instance As NotificationsPreSendEventArgs
Dim value As String

value = instance.xmlBody
public string xmlBody { get; }

Valeur de propriété

Type : System.String

Remarques

Vous pouvez utiliser des données dans la propriété SubjectLine et la propriété xmlBody pour aider à concevoir un gestionnaire d'événements OnSending . Si vous créez un gestionnaire d'événements avant des notifications qui n'a aucun effet, vous pouvez installer le Gestionnaire d'événements, définissez un point d'arrêt et puis déboguer le Gestionnaire d'événements pour examiner e.SubjectLine et e.xmlBody.

Pour plus d'informations, voir Comment : personnaliser la messagerie pour les Notifications Project Server.

Voir aussi

Référence

NotificationsPreSendEventArgs classe

NotificationsPreSendEventArgs - Membres

Microsoft.Office.Project.Server.Events - Espace de noms