 | MailTargetBody Property |
Gets or sets mail message body (repeated for each log message send in one mail).
Namespace:
NLog.Targets
Assembly:
NLog (in NLog.dll) Version: 5.5.0+1873145cbc26e0312d9481234d69ce7dc68aac4e
Syntaxpublic Layout Body { get; set; }
Public Property Body As Layout
Get
Set
Dim instance As MailTarget
Dim value As Layout
value = instance.Body
instance.Body = value
member Body : Layout with get, set
Property Value
Type:
Layout
RemarksAlias for the Layout property.
See Also