Click or drag to resize
MimeKit

ImapFolderStoreAsync Method

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