Virtual Method
CamelFolderSummarymessage_info_new_from_message
Declaration [src]
CamelMessageInfo*
message_info_new_from_message (
CamelFolderSummary* summary,
CamelMimeMessage* message
)
Parameters
message-
Type:
CamelMimeMessageA
CamelMimeMessageobject.The data is owned by the caller of the method.
Return value
Type: CamelMessageInfo
A newly created CamelMessageInfo. Unref it
with g_object_unref(), when done with it.
| The caller of the method takes ownership of the returned data, and is responsible for freeing it. |