Notifies the user that the given application in the extensibility window needs attention. If the corresponding extensibility window is not in the forground, its tab start to blink.

Namespace:  Microsoft.Lync.Model.Extensibility
Assembly:  Microsoft.Lync.Model(in Microsoft.Lync.Model.dll)

Syntax

C#
public 
void 
FlashExtensibilityWindow(
	
string 
applicationId,
	
bool 
flash
)

Parameters

applicationId
Type: System . . :: . . String
flash
Type: System . . :: . . Boolean

See Also