Provides access to the Call History on the device which records incoming and outgoing calls made.
| C# | Visual Basic |
public sealed class CallHistory : IList, ICollection, IEnumerable<CallDetails>, IEnumerable, IDisposable
Public NotInheritable Class CallHistory _ Implements IList, ICollection, IEnumerable(Of CallDetails), _ IEnumerable, IDisposable
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| CallHistory()()()() |
Initialize a new instance of CallHistory.
| |
| Count |
Returns the number of entries in the CallHistory.
| |
| Dispose()()()() | Releases all resources used by the CallHistory | |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()()() | (Overrides Object.Finalize()()()().) | |
| GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| Item[([( Int32])]) |
Returns the CallDetails at the specified zero-based index.
| |
| MemberwiseClone()()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Show(CallHistoryFilter) |
Show filtered call log.
Requires Windows Mobile 5.0 or later | |
| Show()()()() |
Show all calls.
| |
| ToString()()()() | (Inherited from Object.) |
| Requirements | |
|---|---|
| Windows Mobile | Windows Mobile 2003 Pocket PC Phone Edition and later, Windows Mobile Version 5.0 and later (Not Classic Edition) |
| Object | |
| CallHistory | |