PhoneLineDetails.MissedCallCount 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.
Represents the number of missed calls on the phone line.
public:
property unsigned int MissedCallCount { unsigned int get(); };
uint32_t MissedCallCount();
public uint MissedCallCount { get; }
var uInt32 = phoneLineDetails.missedCallCount;
Public ReadOnly Property MissedCallCount As UInteger
Property Value
The number of missed calls.
Windows requirements
App capabilities |
accessoryManager
|
Remarks
Calling this API requires that the ID_CAP_SMS and ID_CAP_SMS_COMPANION capabilities be specified in the application manifest.