supports_contact_search


Description:

[ Version ( since = "0.13.11" ) ]
public bool supports_contact_search (out bool with_limit, out bool with_server)

Return whether this protocol or connection can perform contact searches.

Optionally, also return whether a limited number of results can be specified, and whether alternative servers can be searched.

Parameters:

this

a Capabilities object

with_limit

if not null, used to return true if the limit parameter to ContactSearch and reset_async can be nonzero

with_server

if not null, used to return true if the server parameter to ContactSearch and reset_async can be non-%NULL

Returns:

true if ContactSearch can be used.