Describes how phone numbers should be mapped to time zones.

Namespace: ININ.IceLib.Configuration.Dialer.DataTypes
Assembly: ININ.IceLib.Dialer (in ININ.IceLib.Dialer.dll) Version: 0.0.0.0 (22.3.0.208)

Syntax

C#
public enum TimeZoneAutoMapping
Visual Basic
Public Enumeration TimeZoneAutoMapping

Members

Member nameValueDescription
NoAutoMapping0 Do not perform any automatic mapping.
MapNotSetToZone1 Map only phone numbers that have no zone information.
MapNotSetToZoneOrPredefinedZone2 Map phone numbers that have no zone information and numbers that have previously been auto-mapped.
MapAll3 Map all phone numbers regardless of their current zone settings.

See Also