append_message


Description:

[ Version ( since = "3.0" ) ]
public async bool append_message (MimeMessage message, MessageInfo? info, int io_priority, Cancellable? cancellable = null, out string? appended_uid) throws Error

Appends message to this asynchronously.

Only the flag and tag data from info are used. If info is null, no flags or tags will be set.

When the operation is finished, callback will be called. You can then call append_message.end to get the result of the operation.

Parameters:

this

a Folder

message

a MimeMessage

info

a MessageInfo with additional flags/etc to set on the new message, or null

io_priority

the I/O priority of the request

cancellable

optional Cancellable object, or null

callback

a TaskReadyCallback to call when the request is satisfied

user_data

data to pass to the callback function