Internet Direct (Indy) Version 9.0.1 Beta
TIdIMAP4StoreDataItem
Represents flags for the IMAP4 STORE command.

TIdIMAP4StoreDataItem = (sdReplace, sdReplaceSilent, sdAdd, sdAddSilent, sdRemove, sdRemoveSilent);
Description
TIdIMAP4StoreDataItem is an enumerated type that represents the flags to be used for the IMAP4 STORE command. TIdIMAP4StoreDataItem can contain one of the following values:

TIdIMAP4StoreDataItem is used in TIdIMAP4.StoreFlags to update mailbox messages with the message flags and store method sprcified.