PhoneCallHistoryEntry Class
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.
A collection of information about a phone call for the call history.
public ref class PhoneCallHistoryEntry sealed
/// [Windows.Foundation.Metadata.Activatable(65536, Windows.Foundation.UniversalApiContract)]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class PhoneCallHistoryEntry final
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
/// [Windows.Foundation.Metadata.Activatable(65536, "Windows.Foundation.UniversalApiContract")]
class PhoneCallHistoryEntry final
[Windows.Foundation.Metadata.Activatable(65536, typeof(Windows.Foundation.UniversalApiContract))]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class PhoneCallHistoryEntry
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
[Windows.Foundation.Metadata.Activatable(65536, "Windows.Foundation.UniversalApiContract")]
public sealed class PhoneCallHistoryEntry
function PhoneCallHistoryEntry()
Public NotInheritable Class PhoneCallHistoryEntry
- Inheritance
- Attributes
Windows requirements
Device family |
Windows 10 (introduced in 10.0.10240.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v1.0)
|
App capabilities |
phoneCallHistory
phoneCallHistorySystem
|
Constructors
PhoneCallHistoryEntry() |
Creates a new PhoneCallHistoryEntry object. |
Properties
Address |
Gets or sets the address book information for this phone call. |
Duration |
Gets or sets the duration of the call. |
Id |
Gets the unique identifier for this log entry. |
IsCallerIdBlocked |
Gets or sets a value determining whether the caller ID is blocked for this phone call. |
IsEmergency |
Gets or sets a value that determines whether the call is classified as an emergency. |
IsIncoming |
Gets or sets whether a call is an incoming call. |
IsMissed |
Gets or sets whether a phone call was missed. |
IsRinging |
Gets or sets whether a call is currently ringing. |
IsSeen |
Gets or sets a whether a phone call is seen. |
IsSuppressed |
Gets or sets whether this entry is suppressed. |
IsVoicemail |
Gets or sets whether the phone call entry is a voicemail message. |
Media |
Gets or sets the type of media associated with a call. |
OtherAppReadAccess |
Gets or sets the level of access provided to other applications. |
RemoteId |
Gets or sets the remote id for the entry. |
SourceDisplayName |
Gets the display name for the source of the phone call. |
SourceId |
Gets or sets the identifier for the source of the phone call. |
SourceIdKind |
Gets or sets a value that indicates what type of identifier the SourceId is. |
StartTime |
Gets or sets the start time for this history entry. |