[ CCode ( instance_pos = 3.9 ) ]
[ Version ( since = "3.34" ) ]
public delegate bool ForeachPartFunc (MimeMessage message, MimePart part, MimePart? parent_part)
Callback used to traverse parts of the message
using
foreach_part.
message | |
part |
a MimePart, for which the function is called |
parent_part |
a MimePart, parent of the |
user_data |
user data, as passed to foreach_part |
true, when the traverse should continue, false to stop
traversing parts of the |