Click or drag to resize

LoggerSendMail Method (String, String, Boolean, String, Boolean)

Namespace:  EDK4Net.Log
Assembly:  EDK4Net (in EDK4Net.dll) Version: 3.0.7.3
Syntax
C#
public static Task SendMail(
	string subject,
	string body,
	bool postsend = false,
	string[] attachments = null,
	bool attachServerInfo = true
)

Parameters

subject
Type: SystemString
body
Type: SystemString
postsend (Optional)
Type: SystemBoolean
attachments (Optional)
Type: SystemString
attachServerInfo (Optional)
Type: SystemBoolean

Return Value

Type: Task
See Also