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 Function Clone As LogEntry
public:
LogEntry^ Clone()
member Clone : unit -> LogEntry
Return Value
Type:
LogEntryA new
LogEntry that is a copy of the current instance.
See Also