ForeachPartFunc
Description:
[ CCode ( instance_pos = 3.9 ) ]
[ Version ( since = "3.34" ) ]
public delegate bool ForeachPartFunc (MimeMessage message, MimePart part, MimePart? parent_part)
[ 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 | |
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 |
Returns:
true, when the traverse should continue, false to stop traversing
parts of the |
Namespace: Camel
Package: camel-1.2