| StoreLabelsRequestSilent Property |
Get or set whether the store operation should run silently.
Namespace: MailKitAssembly: MailKit (in MailKit.dll) Version: 4.7.1
Syntax public bool Silent { get; set; }
Property Value
Booleantrue if the store operation should run silently (not emitting events for label changes); otherwise,
false.
Implements
IStoreLabelsRequestSilentRemarks Gets or sets whether the store operation should run silently.
Normally, when flags or keywords are changed on a message, a MessageLabelsChanged event is emitted.
By setting Silent to true, this event will not be emitted as a result of this store operation.
See Also