[ CCode ( instance_pos = 1.9 ) ]
[ Version ( since = "3.52" ) ]
public delegate string? GeneratePreviewFunc (void* part)
A custom function to generate preview text for the content of the part.
The part can be either a MimePart or a
Multipart, depending in which context it is called.
The preview is supposed to be up to camel_max_preview_length characters long, in a plain text format.
| part | |
| user_data |
user data for the function |
|
valid UTF-8 encoded preview text for the |