GlobalDefaultCulture Property
Gets or sets the default CultureInfo to be used for string comparisons and conversions.

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

Property Value

Type: CultureInfo
A reference to the CultureInfo object to be used for string comparisons and conversions. The default value is InvariantCulture.
Exceptions
ExceptionCondition
MailBeeInvalidArgumentExceptionvalue is a null reference (Nothing in Visual Basic).
See Also