Clears the log contents if logging is enabled.
            
 
Namespace: MailBeeAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax
Remarks
            If memory logging is used (
MemoryLog is 
true),
            the memory buffer length is set to 0. If file logging is used (
MemoryLog is 
false),
            the log file denoted by 
Filename property value is cleared.
            
  Note | 
|---|
| In UWP apps, use async version of this method. | 
See Also