GlobalPrivateDataCover Property
Gets or sets the string to be used instead of the actual password data in the log when HidePasswords is true.

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

Property Value

Type: String
The string to replace the actual password data in the log file or memory log. The default value is "********".
Exceptions
ExceptionCondition
MailBeeInvalidArgumentExceptionvalue is a null reference (Nothing in Visual Basic).
See Also