ForeachPartFunc


Description:

[ 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.

Parameters:

message

a MimeMessage

part

a MimePart, for which the function is called

parent_part

a MimePart, parent of the part; can be null

user_data

user data, as passed to foreach_part

Returns:

true, when the traverse should continue, false to stop traversing parts of the message


Namespace: Camel
Package: camel-1.2