ImapSetSeenForEntireMessages Property |
Specifies if MailBee should also set SEEN flag when downloading entire messages.
Namespace: MailBee.ImapMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public 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
false.
Remarks By default, MailBee won't set SEEN flag when downloading a message. You can override this behavior with this property.
See Also