Contains details of a specific phone call.
| C# | Visual Basic |
public class CallDetails
Public Class CallDetails
| All Members | Methods | Properties | |||
| Icon | Member | Description |
|---|---|---|
| CallerIDType |
The caller ID type.
| |
| CallType |
Indicates whether the call was missed (incoming), answered (incoming), or outgoing.
| |
| Connected |
Indicates whether the call connected (as opposed to a busy signal or no answer).
| |
| Ended |
Indicates whether the call ended (as opposed to being dropped).
| |
| EndTime |
The local end time of the logged call.
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| 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.) | |
| MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Method |
The name type associated with the call.
For example, "w" would correspond with the work telephone number, "h" would correspond with the home telephone number, and so on.
| |
| Name |
The name associated with the call.
| |
| Note |
File name of the Notes file associated with the call (if a Notes file exists).
| |
| Number |
The telephone number of the call.
| |
| Outgoing |
Indicates the direction of the call (missed calls are incoming).
| |
| Roaming |
Indicates whether the call was made while roaming (as opposed to a call made within the home service area).
| |
| StartTime |
The local start time of the logged call.
| |
| ToString()()() | (Inherited from Object.) |
| Object | |
| CallDetails | |