NotificationsPostSendEventArgs-Konstruktor (String, String)
Erstellt eine Instanz der NotificationsPostSendEventArgs -Klasse. wird intern verwendet.
Namespace: Microsoft.Office.Project.Server.Events
Assembly: Microsoft.Office.Project.Server.Events.Receivers (in Microsoft.Office.Project.Server.Events.Receivers.dll)
Syntax
'Declaration
Public Sub New ( _
xmlBody As String, _
subjLine As String _
)
'Usage
Dim xmlBody As String
Dim subjLine As String
Dim instance As New NotificationsPostSendEventArgs(xmlBody, _
subjLine)
public NotificationsPostSendEventArgs(
string xmlBody,
string subjLine
)
Parameter
xmlBody
Typ: System.StringBenachrichtigungsdaten für einen OnSent -Ereignishandler.
subjLine
Typ: System.StringDer Betreff für einen OnSent -Ereignishandler.
Siehe auch
Referenz
NotificationsPostSendEventArgs Klasse
NotificationsPostSendEventArgs-Member