CallForwardReceivedEventArgs Class
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.
Represents information received when a call is forwarded by the remote endpoint.
public ref class CallForwardReceivedEventArgs : EventArgs
public class CallForwardReceivedEventArgs : EventArgs
type CallForwardReceivedEventArgs = class
inherit EventArgs
Public Class CallForwardReceivedEventArgs
Inherits EventArgs
- Inheritance
-
CallForwardReceivedEventArgs
Remarks
At most one forward destination URI will be honored.
Constructors
CallForwardReceivedEventArgs(CallForwardReceivedEventArgs) |
Copy constructor for the derived class to initialize. |
Properties
ForwardActionTaken |
Gets the value indicating that redirect action is taken on eventarg. |
ForwardDestination |
Gets the destination URI indicated in the forward response message. |
MessageData |
Gets the detailed signaling information associated with the forward. |
Methods
Accept() |
Accepts the forward of the call specified in ForwardDestination. |
Decline() |
Declines the forward of the call. |