Click or drag to resize
MimeKit

IStoreFlagsRequestSilent Property

Get or set whether the store operation should run silently.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
bool Silent { get; set; }

Property Value

Boolean
true if the store operation should run silently (not emitting events for flag changes); otherwise, false.
Remarks

Gets or sets whether the store operation should run silently.

Normally, when flags or keywords are changed on a message, a MessageFlagsChanged event is emitted. By setting Silent to true, this event will not be emitted as a result of this store operation.

See Also