LogEntryClone Method

Creates a new LogEntry that is a copy of the current instance.

Namespace:  Aspose.Email.Tools.Logging
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public LogEntry Clone()

Return Value

Type: LogEntry
A new LogEntry that is a copy of the current instance.
See Also