CallMessageReceivedEventArgs Class

Definition

Represents the information associated with a message received on Call.

public ref class CallMessageReceivedEventArgs : EventArgs
public class CallMessageReceivedEventArgs : EventArgs
type CallMessageReceivedEventArgs = class
    inherit EventArgs
Public Class CallMessageReceivedEventArgs
Inherits EventArgs
Inheritance
CallMessageReceivedEventArgs

Properties

ContentDescription

Gets the Content Description from the message.

DisableAutomaticResponse

Gets or sets whether a response will be sent by the applicationor not. If true, the application is responsible for sending the response.

MessageType

Gets the message type of the body.

RequestData

Gets the SIP request data for the event. This can be null in some instances.

Methods

SendResponse(Int32)

Sends response to the incoming message request with the given response code.

SendResponse(Int32, ContentDescription, CallSendMessageResponseOptions)

Sends response to the incoming message request with the given response code and options.

Applies to