Call.OriginalDestinationUri Property
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.
Gets the original destination URI of the call.
public:
property System::String ^ OriginalDestinationUri { System::String ^ get(); };
public string OriginalDestinationUri { get; }
member this.OriginalDestinationUri : string
Public ReadOnly Property OriginalDestinationUri As String
Property Value
Remarks
If a call is deflected, the remote participant of the call can be different from the original destination URI.