Catalyst Internet Mail .NET

InternetMail.Localize Property

Gets and sets a value which specifies if date and time values should be localized.

[Visual Basic]
Public Property Localize As Boolean
[C#]
public bool Localize {get; set;}

Property Value

A boolean value which specifies if date and time values should be localized.

Remarks

The Localize property is used to enable or disable localization features of the class. Currently this only affects the way in which dates are processed by the class. If set to true, the control will adjust for the local time zone when setting and reading the Date property. The default value for this property is false.

See Also

InternetMail Class | SocketTools Namespace