CallRejectEventArgs class

Supports the RejectRequested event of the VoipPhoneCall class.

Syntax

public sealed class CallRejectEventArgs
Public NotInheritable Class CallRejectEventArgs
public ref class CallRejectEventArgs sealed 

Members

The CallRejectEventArgs class has these types of members:

  • Constructors
  • Properties

Constructors

The CallRejectEventArgs class has these constructors.

Constructor Description
CallRejectEventArgs Initializes a new instance of the CallRejectEventArgs class.

 

Properties

The CallRejectEventArgs class has these properties.

Property Access type Description

RejectReason

Read-only

Gets the reason 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]

Attributes

[MarshalingBehavior(Agile)]

[Version(0x06020000)]

See also

Object