MobileForms Toolkit Documentation

CallHistory.GetEntries Method 

Gets the list of entries of certain type.

public List GetEntries(
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