Click or drag to resize
MimeKit

StoreLabelsRequest Class

A request for storing GMail-style labels.
Inheritance Hierarchy
SystemObject
  MailKitStoreLabelsRequest

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public class StoreLabelsRequest : IStoreLabelsRequest, 
	IStoreRequest

The StoreLabelsRequest type exposes the following members.

Constructors
 NameDescription
Public methodStoreLabelsRequest(StoreAction) Initializes a new instance of the StoreLabelsRequest class.
Public methodStoreLabelsRequest(StoreAction, IEnumerableString) Initializes a new instance of the StoreLabelsRequest class.
Top
Properties
 NameDescription
Public propertyAction Get the store action to perform.
Public propertyLabels Get the GMail-style labels to add, remove or set on the message.
Public propertySilent Get or set whether the store operation should run silently.
Public propertyUnchangedSince Get or set a mod-sequence number that the store operation should use to decide if the labels of a message should be updated or not.
Top
Methods
 NameDescription
Public methodEquals
(Inherited from Object)
Protected methodFinalize
(Inherited from Object)
Public methodGetHashCode
(Inherited from Object)
Public methodGetType
(Inherited from Object)
Protected methodMemberwiseClone
(Inherited from Object)
Public methodToString
(Inherited from Object)
Top
Remarks

A request suitable for storing GMail-style labels.

This request is designed to be used with the Store and StoreAsync methods.

See Also