The type of call represented in the CallDetails.
| C# | Visual Basic |
public enum CallType
Public Enumeration CallType
| Member | Description |
|---|---|
| Missed |
An unanswered (missed) incoming call.
|
| Incoming |
An answered incoming call.
|
| Outgoing |
An outgoing call.
|