NotificationsPreSendEventArgs.xmlBody プロパティ
OnSendingイベント ハンドラーに対して通知のデータを取得します。
名前空間: 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 NotificationsPreSendEventArgs
Dim value As String
value = instance.xmlBody
public string xmlBody { get; }
プロパティ値
注釈
OnSendingイベント ハンドラーを設計するために、 SubjectLineプロパティとxmlBodyプロパティ内のデータを使用できます。何も実行しない通知プレイベント ハンドラーを作成する場合は、イベント ハンドラーをインストールする、ブレークポイントを設定し、 e.SubjectLineおよびe.xmlBodyをチェックするには、イベント ハンドラーをデバッグできます。
詳細についてを参照してくださいをする方法: のプロジェクト サーバーの通知電子メールのカスタマイズ。
関連項目
参照先
NotificationsPreSendEventArgs クラス