Provides access to the Call History on the device which records incoming and outgoing calls made.
| C# | Visual Basic |
public class CallHistory : IList, ICollection, IEnumerable, IDisposable
Public Class CallHistory _ Implements IList, ICollection, 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(Boolean) | ||
| Dispose()()() | ||
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()() | ||
| GetHashCode()()() | Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table. (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.) |
| Object | |
| CallHistory | |