Discuss this help topic in SecureBlackbox Forum
Updates message statuses on the server.
Declaration
Parameters
- First - specifies the first message to be retrieved.
- Last - specifies the last message to be retrieved.
- UID - defines whether parameters First and Last specify message sequence numbers (UID is false) or message UIDs (UID is true).
- Operation - the operation to be applied to message flags.
- Flags - defines which flags should be updated.
- Silent - set this parameter to true if the server should omit any response (sends a ".SILENT" STORE command and do not fetch the updated message list).
- Response - server's response (if any) will be saved into this parameter.
- Sequence - defines the sequence of messages to be updated.
TSBIMAPStoreFlagsOperation values
TSBIMAPMessageFlags values
Description
Use this method to update message statuses on the server.
In particular, you can use this method to mark messages as "deleted".
After this call Expunge() to remove the message on the server side.
Discuss this help topic in SecureBlackbox Forum