Enable or disable message localization.
Syntax
object.Localize [= { True | False }]
The object is an expression that evaluates to an InternetMail
object. The property returns a boolean value.
Remarks
The Localize property is used to enable or disable
localization features of the object. Currently this only affects
the way in which dates are processed. If set to True, the date and
time will be adjusted for the local time zone when setting and
reading the Date property. The default value for this
property is False.
Data Type
Boolean
See Also
Date Property
|