Specifies the type of service this telephone provides (i.e. Answering Service, Operator Standing By, Voice Mail).

Namespace:  BargeEx
Assembly:  BargeEx (in BargeEx.dll)
Version: 3.0.400.140 (3.0.400.140)

Syntax

C#
public enum CicaTelephoneService
Visual Basic (Declaration)
Public Enumeration CicaTelephoneService
Visual C++
public enum class CicaTelephoneService

Members

Member nameDescription
Invalid
Indicates value has not been initialized or is invalid.
AnsweringService
Answering Service
(CICA Code: AS)
OperatorStandingBy
Operator Standing By
(CICA Code: OSB)
VoiceMail
Voice Mail
(CICA Code: VM)

Remarks

Equivalent to the ASC X12 CICA Primitive called Resource Code_2 (P44_2). Used to specify the type of service this telephone provides (i.e. Answering Service, Operator Standing By, Voice Mail).

Used by the TelephoneInformation.Service property.

See Also