LoggerGetMemoryLog Method
Returns the string containing the memory log contents.

Namespace: MailBee
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public string GetMemoryLog()

Return Value

Type: String
The return value is the string containing the memory log contents if memory logging is enabled; otherwise, the return value is an empty string.
See Also