The manner in which to map phone numbers to time zones

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

Syntax

C#
public GeneralConfigurationProperty<CampaignConfiguration..::..Property, TimeZoneAutoMapping> TimeZoneAutoMappingMode { get; }
Visual Basic
Public ReadOnly Property TimeZoneAutoMappingMode As GeneralConfigurationProperty(Of CampaignConfiguration..::..Property, TimeZoneAutoMapping)
	Get

Remarks

The AutomapTimeZone property must be enabled in order for this property to apply.

Exceptions

ExceptionCondition
InsufficientRightsExceptionThe user does not have permission to view the property.

See Also