InstantMessagingCall.IsImmediateAutoAcceptNeeded 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 whether the call should be automatically accepted. immediately upon receipt.
public:
property bool IsImmediateAutoAcceptNeeded { bool get(); };
public bool IsImmediateAutoAcceptNeeded { get; }
member this.IsImmediateAutoAcceptNeeded : bool
Public ReadOnly Property IsImmediateAutoAcceptNeeded As Boolean
Property Value
Remarks
If the value is true, the AutoAcceptNeeded event will not be raised.