Click or drag to resize
MimeKit

MailFolderStore Method

Overload List
 NameDescription
Public methodStore(IListUniqueId, IStoreFlagsRequest, CancellationToken) Store message flags and keywords for a set of messages.
Public methodStore(IListUniqueId, IStoreLabelsRequest, CancellationToken) Store GMail-style labels for a set of messages.
Public methodStore(IListUniqueId, IListAnnotation, CancellationToken) Store the annotations for the specified messages.
Public methodStore(IListInt32, IStoreFlagsRequest, CancellationToken) Store message flags and keywords for a set of messages.
Public methodStore(IListInt32, IStoreLabelsRequest, CancellationToken) Store GMail-style labels for a set of messages.
Public methodStore(IListInt32, IListAnnotation, CancellationToken) Store the annotations for the specified messages.
Public methodStore(Int32, IStoreFlagsRequest, CancellationToken) Store message flags and keywords for a message.
Public methodStore(Int32, IStoreLabelsRequest, CancellationToken) Store GMail-style labels for a message.
Public methodStore(Int32, IListAnnotation, CancellationToken) Store the annotations for the specified message.
Public methodStore(UniqueId, IStoreFlagsRequest, CancellationToken) Store message flags and keywords for a message.
Public methodStore(UniqueId, IStoreLabelsRequest, CancellationToken) Store GMail-style labels for a message.
Public methodStore(UniqueId, IListAnnotation, CancellationToken) Store the annotations for the specified message.
Public methodStore(IListUniqueId, UInt64, IListAnnotation, CancellationToken) Store the annotations for the specified messages only if their mod-sequence value is less than the specified value.
Public methodStore(IListInt32, UInt64, IListAnnotation, CancellationToken) Store the annotations for the specified messages only if their mod-sequence value is less than the specified value.
Top
See Also