Gets whether the participant received the invitation.

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

Syntax

Visual Basic (Declaration)
Public 
ReadOnly 
Property 
IsDelivered 
As 
Boolean
C#
public 
bool 
IsDelivered { 
get; }
Visual C++
public:
property 
bool 
IsDelivered {
	
bool 
get ();
}
JavaScript
function get_
isDelivered();

See Also