Represents information received when a call is forwarded by the remote endpoint.

Namespace:  Microsoft.Rtc.Collaboration
Assembly:  Microsoft.Rtc.Collaboration(in Microsoft.Rtc.Collaboration.dll)

Syntax

Visual Basic (Declaration)
Public 
Class 
CallForwardReceivedEventArgs _
	
Inherits 
EventArgs
C#
public 
class 
CallForwardReceivedEventArgs : 
EventArgs
Visual C++
public 
ref class 
CallForwardReceivedEventArgs : 
public 
EventArgs
JavaScript

Microsoft.Rtc.Collaboration.CallForwardReceivedEventArgs = 
function();

Type.createClass(
		'Microsoft.Rtc.Collaboration.CallForwardReceivedEventArgs',
	
EventArgs);

Remarks

At most one forward destination URI will be honored.

Inheritance Hierarchy

Object
   EventArgs
     Microsoft.Rtc.Collaboration . . :: . CallForwardReceivedEventArgs

See Also