get_bcc


Description:

[ CCode ( array_length = false , array_null_terminated = true ) ]
public unowned string[] get_bcc ()

Returns a null-terminated string array of recipients which should automatically be added to the blind carbon-copy (Bcc) list when composing a new mail message.

The recipient strings should be of the form "Full Name <email-address>". The returned array is owned by this and should not be modified or freed.

Parameters:

this

an SourceMailComposition

Returns:

a null-terminated string array of Bcc recipients