CallRejectEventArgs.RejectReason 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 reason the incoming call was rejected.
public:
property VoipPhoneCallRejectReason RejectReason { VoipPhoneCallRejectReason get(); };
VoipPhoneCallRejectReason RejectReason();
public VoipPhoneCallRejectReason RejectReason { get; }
var voipPhoneCallRejectReason = callRejectEventArgs.rejectReason;
Public ReadOnly Property RejectReason As VoipPhoneCallRejectReason
Property Value
The reason the incoming call was rejected.
Windows requirements
App capabilities |
phoneCallHistory
phoneCallHistorySystem
voipCall
|