CallLogEntry objects
Indicates the state of the call log entry. Missed calls can indicate an occupied phone line or no answer. Values are:
The CallState property is an integer indicating the state of an entry in the call log. The following lines get the state of an entry in the call log clog_1:
CallLogEntry l_entry integer li_index string ls_state l_entry = clog_1.GetEntry(li_index) ls_state = l_entry.CallState
Copyright © 2004. Sybase Inc. All rights reserved. |
![]() |