book_utils_get_recipient_certificates_sync


Description:


[ Version ( since = "3.30" ) ]
public bool book_utils_get_recipient_certificates_sync (SourceRegistry registry, SList<BookClient>? only_clients, RecipientCertificateFlags flags, GenericArray<string> recipients, out SList<string> out_certificates, Cancellable? cancellable = null) throws Error

Synchronously searches for recipients S/MIME or PGP certificates either in provided only_clients BookClient, or, when null, in each found address book configured for auto-completion.

This function can be used within get_recipient_certificates_sync implementation.

Parameters:

registry

an SourceRegistry

only_clients

optional SList of the BookClient objects to search for the certificates in, or null

flags

bit-or of RecipientCertificateFlags

recipients

a GenericArray of recipients' email addresses

out_certificates

a SList of gathered certificates encoded in base64

cancellable

optional Cancellable object, or null

Returns:

true when no fatal error occurred, false otherwise.


Namespace: E
Package: libebook-1.2