Hunny Software Library Reference

FlagsResponse.Deleted Property

Indicates if the \Deleted flag is present in the response.

[Visual Basic]
Public ReadOnly Property Deleted As Boolean
[C#]
public bool Deleted {get;}

Property Value

True if the \Deleted flag is present in the response.

Remarks

The \Deleted flag indicates that the message has been marked for deletion. When a message is marked for deletion, it is still present in the mailbox, and can still have the \Deleted flag cleared. However, when the mailbox is closed or the EXPUNGE command is sent by the client, all messages marked with the \Deleted flag are permanently deleted.

See Also

FlagsResponse Class | Hunny.Mail Namespace