ImapSetSeenForEntireMessages Property |
Specifies if MailBee should also set SEEN flag when downloading entire messages.
Namespace: MailBee.ImapMailAssembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntaxpublic bool SetSeenForEntireMessages { get; set; }
Public Property SetSeenForEntireMessages As Boolean
Get
Set
Property Value
Type:
Booleantrue if MailBee also sets SEEN flags when downloading entire messages;
false if MailBee
does not change message flags on downloading entire messages. The default value is
true.
RemarksThe standard behavior of an IMAP client is to set SEEN flag when the message gets downloaded completely.
You can override this with this property.
See Also