get_folder_flagged


Description:

[ Version ( since = "3.24" ) ]
public bool get_folder_flagged ()

The folder flagged flag is used to mark the message infor as being changed and this change should be propagated to the remote store (server).

This is different from the 'dirty' flag, which is set for local changes only. It can happen that the 'folder-flagged' flag is set, but the 'dirty' flag not.

This is only a convenient wrapper around CAMEL_MESSAGE_FOLDER_FLAGGED flag, for better readiness of the code.

Parameters:

this

a MessageInfo

Returns:

Whether requires save of the local changes into the remote store.