Describes how phone numbers should be mapped to time zones.
Namespace: ININ.IceLib.Configuration.Dialer.DataTypesAssembly: 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 name | Value | Description | |
|---|---|---|---|
| NoAutoMapping | 0 | Do not perform any automatic mapping. | |
| MapNotSetToZone | 1 | Map only phone numbers that have no zone information. | |
| MapNotSetToZoneOrPredefinedZone | 2 | Map phone numbers that have no zone information and numbers that have previously been auto-mapped. | |
| MapAll | 3 | Map all phone numbers regardless of their current zone settings. |