DivertedDestination 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.
This class provides information regarding a diverted destination for an incoming call.
public ref class DivertedDestination
public class DivertedDestination
type DivertedDestination = class
Public Class DivertedDestination
- Inheritance
-
DivertedDestination
Remarks
The diversion information is populated from "diversion", "cc-diversion" or "history-info" headers in that order of precedence.
Properties
DisplayName |
Gets the display name of the diverted destination. |
DiversionHeader |
Gets the signaling header from which this diversion information was extracted. |
Reason |
Gets the reason for the diversion. |
Uri |
Gets the uri of the diverted destination. |
Methods
ToString() |
Gets the string representation of the diverted destination. |
Extension Methods
GetRetargetReason(DivertedDestination) |