次の方法で共有


NotificationsPostSendEventArgs.xmlBody プロパティ

OnSentイベント ハンドラーに対して通知のデータを取得します。

名前空間:  Microsoft.Office.Project.Server.Events
アセンブリ:  Microsoft.Office.Project.Server.Events.Receivers (Microsoft.Office.Project.Server.Events.Receivers.dll 内)

構文

'宣言
Public ReadOnly Property xmlBody As String
    Get
'使用
Dim instance As NotificationsPostSendEventArgs
Dim value As String

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

プロパティ値

型: System.String

注釈

OnSentイベント ハンドラーを設計するために、 SubjectLineプロパティとxmlBodyプロパティ内のデータを使用できます。何も実行しない通知ポスト イベント ハンドラーを作成する場合は、イベント ハンドラーをインストールする、ブレークポイントを設定し、 e.SubjectLineおよびe.xmlBodyをチェックするには、イベント ハンドラーをデバッグできます。

詳細についてを参照してくださいをする方法: のプロジェクト サーバーの通知電子メールのカスタマイズ

関連項目

参照先

NotificationsPostSendEventArgs クラス

NotificationsPostSendEventArgs メンバー

Microsoft.Office.Project.Server.Events 名前空間