Constructor
CamelMessageInfonew_from_message
since: 3.54
Declaration [src]
CamelMessageInfo*
camel_message_info_new_from_message (
CamelFolderSummary* summary,
CamelMimeMessage* message
)
Description [src]
Create a new CamelMessageInfo pre-populated with info from
message.
Available since: 3.54
Parameters
summary-
Type:
CamelFolderSummaryA
CamelFolderSummaryorNULL.The argument can be NULL.The data is owned by the caller of the function. message-
Type:
CamelMimeMessageA
CamelMimeMessage.The data is owned by the caller of the function.
Return value
Type: CamelMessageInfo
A new CamelMessageInfo.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |