Builds the mail message using the supplied entry.
Namespace:
CuttingEdge.LoggingAssembly: CuttingEdge.Logging (in CuttingEdge.Logging.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Protected Overridable Function BuildMailMessage ( _ entry As LogEntry _ ) As MailMessage |
| C# |
|---|
protected virtual MailMessage BuildMailMessage( LogEntry entry ) |
| Visual C++ |
|---|
protected: virtual MailMessage^ BuildMailMessage( LogEntry^ entry ) |
| JavaScript |
|---|
function buildMailMessage(entry); |
Parameters
- entry
- Type: CuttingEdge.Logging..::.LogEntry
The entry.