VeeMessageInfo


Description:

[ CCode ( has_construct_function = false , type = "CamelMessageInfo*" ) ]
[ Version ( since = "3.24" ) ]
public VeeMessageInfo (FolderSummary summary, FolderSummary original_summary, string vuid)

Creates a new instance of VeeMessageInfo which references a message from the original_summary internally.

The vuid should be encoded in a way which the vFolder understands, which is like the one returned by get_vee_message_uid.

Parameters:

summary

a VeeSummary, the "owner" of the created message info

original_summary

an original FolderSummary to reference to

vuid

what UID to set on the resulting message info

Returns:

a newly created VeeMessageInfo which references orig_mi. Free with unref when done with it.