LoggerGetMemoryLog Method |
Returns the string containing the memory log contents.
Namespace: MailBeeAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public string GetMemoryLog()
Public Function GetMemoryLog As String
Return Value
Type:
StringThe 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