MessageType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates the message types possible with the SendMessage API in session or endpoint.
public enum class MessageType
public enum MessageType
type MessageType =
Public Enum MessageType
- Inheritance
-
MessageType
Fields
| BeNotify | 3 | Sip BeNotify method |
| Info | 1 | Sip Info method |
| Message | 0 | Sip Message method |
| Notify | 5 | Sip NOTIFY method |
| Options | 2 | Sip Options method |
| Service | 4 | Sip Service method |