append_message_sync
Description:
[ Version ( since = "3.0" ) ]
public virtual bool append_message_sync (MimeMessage message, MessageInfo? info, out string? appended_uid, Cancellable? cancellable = null) throws Error
public virtual bool append_message_sync (MimeMessage message, MessageInfo? info, out string? appended_uid, Cancellable? cancellable = null) throws Error
Appends message
to this.
Only the flag and tag data from info
are used. If info
is null, no flags or tags
will be set.
Parameters:
this |
a Folder |
message | |
info |
a MessageInfo with additional flags/etc to set on the new message, or null |
appended_uid |
if non-null, the UID of the appended message will be returned here, if it is known |
cancellable |
optional Cancellable object, or null |
Returns:
true on success, false on error |