CallRejectEventArgs.RejectReason property

Gets the reason the incoming call was rejected.

Syntax

public VoipCallRejectReason RejectReason { get; }
Public ReadOnly Property RejectReason As VoipCallRejectReason
public:
property VoipCallRejectReason RejectReason { 
   VoipCallRejectReason get();
}

Property value

Type: VoipCallRejectReason

The reasone the incoming call was rejected.

Requirements

Minimum supported client

None supported

Minimum supported server

None supported

Minimum supported phone

Windows Phone 8

Namespace

Windows.Phone.Networking.Voip Windows::Phone::Networking::Voip [C++]

Metadata

Windows.WinMD

Capabilities

ID_CAP_VOIP [Windows Phone]

See also

CallRejectEventArgs