LoggerDateTimeFormatFull Property
Gets or sets the format of full datetime string.

Namespace: MailBee
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public string DateTimeFormatFull { get; set; }

Property Value

Type: String
The default value is "MM\/dd\/yyyy HH:mm:ss.ff".
Exceptions
ExceptionCondition
MailBeeInvalidArgumentExceptionvalue is a null reference (Nothing in Visual Basic) or an empty string.
Remarks
Full datetime is used when Format value includes AddDate flag.
See Also