Internet Direct (Indy)
Home
PreviousUpNext
TIdMailBox.DeletedMsgs Field

Indicates message numbers that have been marked for deletion.

Pascal
DeletedMsgs: TLongIntArray;

DeletedMsgs is a public TLongIntArray member used to hopld an array of LongInt values, and indicates message numbers that have been marked for deletion in the currently selected mailbox. 

DeletedMsgs is updated in TIdIMAP4.SelectMailBox, and may be used by the IMAP 4 client for display purposes. DeletedMsgs can be provided an an argument to the TIdIMAP4.DeleteMsgs method after an update on the IMAP4 client. 

Use TIdIMAP4.ExpungeMailBox to physically remove messages marked for deletion.

Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Website http://www.indyproject.org.
Post feedback to the Indy Documentation newsgroup.