| IMailFolderStore(IListUniqueId, UInt64, IListAnnotation, CancellationToken) Method |
Store the annotations for the specified messages only if their mod-sequence value is less than the specified value.
Namespace: MailKitAssembly: MailKit (in MailKit.dll) Version: 4.7.1
Syntax IList<UniqueId> Store(
IList<UniqueId> uids,
ulong modseq,
IList<Annotation> annotations,
CancellationToken cancellationToken = default
)
Parameters
- uids IListUniqueId
- The UIDs of the messages.
- modseq UInt64
- The mod-sequence value.
- annotations IListAnnotation
- The annotations to store.
- cancellationToken CancellationToken (Optional)
- The cancellation token.
Return Value
IListUniqueIdThe unique IDs of the messages that were not updated.
Remarks
Stores the annotations for the specified messages only if their mod-sequence value is less than the specified value.
See Also