MobileForms Toolkit Documentation

CallHistory.GetCallEntries Method (EntryType)

Gets the list of call log entries of certain type.

public static List GetCallEntries(
EntryType type
);

Parameters

type
An EntryType enumeration value defining the type of entries which will be included into returned list.

Return Value

The list of entries of EntryType type. The return value is null if the call log is not available.

See Also

CallHistory Class | Resco.Phone.CallHistory Namespace | CallHistory.GetCallEntries Overload List