The AUTHENTICATE_MESSAGE_TYPE enumeration is used to inform the application 
about the received SIP message type. The application can then decide if 
it wants to challenge the received message.
    Namespace: 
   LanScapeAssembly: LMEVoipManaged (in LMEVoipManaged.dll) Version: 6.0.5226.26700
 Syntax
Syntax
| C# | 
|---|
| public enum AUTHENTICATE_MESSAGE_TYPE | 
| Visual Basic (Declaration) | 
|---|
| Public Enumeration AUTHENTICATE_MESSAGE_TYPE | 
| Visual C++ | 
|---|
| public enum class AUTHENTICATE_MESSAGE_TYPE | 
| J# | 
|---|
| public enum AUTHENTICATE_MESSAGE_TYPE | 
 Members
Members
| Member name | Description | |
|---|---|---|
| MESSAGE_NOTIFY | 
The received message is a NOTIFY message. An applications can challenge this message type if it is required.
 | |
| MESSAGE_SUBSCRIBE | 
The received message is a SUBSCRIBE message. An applications can challenge this message type if it is required.
 | |
| MESSAGE_BYE | 
The received message is a BYE message. An applications can challenge this message type if it is required.
 | |
| MESSAGE_INVITE | 
The received message is a INVITE message. An applications can challenge this message type if it is required.
 | |
| MESSAGE_REGISTER | 
The received message is a REGISTER message. An applications can challenge this message type if it is required.
 | |
| MESSAGE_UNDEFINED | 
The received message is undefined. Applications should ignore this type.
 | 






