This plug-in class is designed to run after the build completes to send notification of the completion status via e-mail. The log file can be sent as an attachment.

Namespace: SandcastleBuilder.PlugIns
Assembly: SandcastleBuilder.PlugIns (in SandcastleBuilder.PlugIns.dll) Version: 1.9.3.0

Syntax

C#
public class CompletionNotificationPlugIn : IPlugIn, 
	IDisposable
Visual Basic
Public Class CompletionNotificationPlugIn _
	Implements IPlugIn, IDisposable

Inheritance Hierarchy

System..::..Object
  SandcastleBuilder.PlugIns..::..CompletionNotificationPlugIn

See Also