![]() | IMailFolder Interface |
Namespace: MailKit
public interface IMailFolder : IEnumerable<MimeMessage>, IEnumerable
The IMailFolder type exposes the following members.
Name | Description | |
---|---|---|
![]() | AcceptedFlags |
Get the accepted flags.
|
![]() | AcceptedKeywords |
Get the accepted keywords.
|
![]() | Access |
Get the read/write access of the folder.
|
![]() | AnnotationAccess |
Get the annotation access level.
|
![]() | AnnotationScopes |
Get the supported annotation scopes.
|
![]() | AppendLimit |
Get the maximum size of a message that can be appended to the folder.
|
![]() | Attributes |
Get the folder attributes.
|
![]() | Count |
Get the total number of messages in the folder.
|
![]() | DirectorySeparator |
Get the directory separator.
|
![]() | Exists |
Get whether or not the folder exists.
|
![]() | FirstUnread |
Get the index of the first unread message in the folder.
|
![]() | FullName |
Get the full name of the folder.
|
![]() | HighestModSeq |
Get the highest mod-sequence value of all messages in the mailbox.
|
![]() | Id |
Get the unique identifier for the folder, if available.
|
![]() | IsNamespace |
Get whether or not the folder is a namespace folder.
|
![]() | IsOpen |
Get whether or not the folder is currently open.
|
![]() | IsSubscribed |
Get whether or not the folder is subscribed.
|
![]() | MaxAnnotationSize |
Get the maximum size of annotation values supported by the folder.
|
![]() | Name |
Get the name of the folder.
|
![]() | ParentFolder |
Get the parent folder.
|
![]() | PermanentFlags |
Get the permanent flags.
|
![]() | PermanentKeywords |
Get the permanent keywords.
|
![]() | Recent |
Get the number of recently delivered messages in the folder.
|
![]() | Size |
Get the size of the folder.
|
![]() | SyncRoot |
Gets an object that can be used to synchronize access to the folder.
|
![]() | ThreadingAlgorithms |
Get the threading algorithms supported by the folder.
|
![]() | UidNext |
Get the UID that the next message that is added to the folder will be assigned.
|
![]() | UidValidity |
Get the Unique ID validity.
|
![]() | Unread |
Get the number of unread messages in the folder.
|
Name | Description | |
---|---|---|
![]() | AddAccessRights |
Add access rights for the specified identity.
|
![]() | AddAccessRightsAsync |
Asynchronously add access rights for the specified identity.
|
![]() | Append(IAppendRequest, CancellationToken) |
Append a message to the folder.
|
![]() | Append(IListIAppendRequest, CancellationToken) |
Append multiple messages to the folder.
|
![]() | Append(FormatOptions, IAppendRequest, CancellationToken) |
Append a message to the folder.
|
![]() | Append(FormatOptions, IListIAppendRequest, CancellationToken) |
Append multiple messages to the folder.
|
![]() | AppendAsync(IAppendRequest, CancellationToken) |
Asynchronously append a message to the folder.
|
![]() | AppendAsync(IListIAppendRequest, CancellationToken) |
Asynchronously append multiple messages to the folder.
|
![]() | AppendAsync(FormatOptions, IAppendRequest, CancellationToken) |
Asynchronously append a message to the folder.
|
![]() | AppendAsync(FormatOptions, IListIAppendRequest, CancellationToken) |
Asynchronously append multiple messages to the folder.
|
![]() | Check |
Force the server to flush its state for the folder.
|
![]() | CheckAsync |
Asynchronously force the server to flush its state for the folder.
|
![]() | Close |
Close the folder, optionally expunging the messages marked for deletion.
|
![]() | CloseAsync |
Asynchronously close the folder, optionally expunging the messages marked for deletion.
|
![]() | CopyTo(IListUniqueId, IMailFolder, CancellationToken) |
Copy the specified messages to the destination folder.
|
![]() | CopyTo(IListInt32, IMailFolder, CancellationToken) |
Copy the specified messages to the destination folder.
|
![]() | CopyTo(Int32, IMailFolder, CancellationToken) |
Copy the specified message to the destination folder.
|
![]() | CopyTo(UniqueId, IMailFolder, CancellationToken) |
Copy the specified message to the destination folder.
|
![]() | CopyToAsync(IListUniqueId, IMailFolder, CancellationToken) |
Asynchronously copy the specified messages to the destination folder.
|
![]() | CopyToAsync(IListInt32, IMailFolder, CancellationToken) |
Asynchronously copy the specified messages to the destination folder.
|
![]() | CopyToAsync(Int32, IMailFolder, CancellationToken) |
Asynchronously copy the specified message to the destination folder.
|
![]() | CopyToAsync(UniqueId, IMailFolder, CancellationToken) |
Asynchronously copy the specified message to the destination folder.
|
![]() | Create(String, SpecialFolder, CancellationToken) |
Create a new subfolder with the given name.
|
![]() | Create(String, Boolean, CancellationToken) |
Create a new subfolder with the given name.
|
![]() | Create(String, IEnumerableSpecialFolder, CancellationToken) |
Create a new subfolder with the given name.
|
![]() | CreateAsync(String, SpecialFolder, CancellationToken) |
Asynchronously create a new subfolder with the given name.
|
![]() | CreateAsync(String, Boolean, CancellationToken) |
Asynchronously create a new subfolder with the given name.
|
![]() | CreateAsync(String, IEnumerableSpecialFolder, CancellationToken) |
Asynchronously create a new subfolder with the given name.
|
![]() | Delete |
Delete the folder.
|
![]() | DeleteAsync |
Asynchronously delete the folder.
|
![]() | Expunge(CancellationToken) |
Expunge the folder, permanently removing all messages marked for deletion.
|
![]() | Expunge(IListUniqueId, CancellationToken) |
Expunge the specified uids, permanently removing them from the folder.
|
![]() | ExpungeAsync(CancellationToken) |
Asynchronously expunge the folder, permanently removing all messages marked for deletion.
|
![]() | ExpungeAsync(IListUniqueId, CancellationToken) |
Asynchronously expunge the specified uids, permanently removing them from the folder.
|
![]() ![]() | Fetch(IListUniqueId, IFetchRequest, CancellationToken) |
Fetch the message summaries for the specified message UIDs.
|
![]() | Fetch(IListInt32, IFetchRequest, CancellationToken) |
Fetch the message summaries for the specified message indexes.
|
![]() | Fetch(Int32, Int32, IFetchRequest, CancellationToken) |
Fetch the message summaries for the messages between the two indexes, inclusive.
|
![]() | FetchAsync(IListUniqueId, IFetchRequest, CancellationToken) |
Asynchronously fetch the message summaries for the specified message UIDs.
|
![]() | FetchAsync(IListInt32, IFetchRequest, CancellationToken) |
Asynchronously fetch the message summaries for the specified message indexes.
|
![]() | FetchAsync(Int32, Int32, IFetchRequest, CancellationToken) |
Asynchronously fetch the message summaries for the messages between the two indexes, inclusive.
|
![]() | GetAccessControlList |
Get the complete access control list for the folder.
|
![]() | GetAccessControlListAsync |
Asynchronously get the complete access control list for the folder.
|
![]() | GetAccessRights |
Get the access rights for a particular identifier.
|
![]() | GetAccessRightsAsync |
Asynchronously get the access rights for a particular identifier.
|
![]() | GetBodyPart(Int32, BodyPart, CancellationToken, ITransferProgress) |
Get the specified body part.
|
![]() ![]() | GetBodyPart(UniqueId, BodyPart, CancellationToken, ITransferProgress) |
Get the specified body part.
|
![]() | GetBodyPartAsync(Int32, BodyPart, CancellationToken, ITransferProgress) |
Asynchronously get the specified body part.
|
![]() | GetBodyPartAsync(UniqueId, BodyPart, CancellationToken, ITransferProgress) |
Asynchronously get the specified body part.
|
![]() | GetEnumerator | Returns an enumerator that iterates through the collection. (Inherited from IEnumerableMimeMessage.) |
![]() | GetHeaders(Int32, CancellationToken, ITransferProgress) |
Get the specified message headers.
|
![]() | GetHeaders(UniqueId, CancellationToken, ITransferProgress) |
Get the specified message headers.
|
![]() | GetHeaders(Int32, BodyPart, CancellationToken, ITransferProgress) |
Get the specified body part headers.
|
![]() | GetHeaders(UniqueId, BodyPart, CancellationToken, ITransferProgress) |
Get the specified body part headers.
|
![]() | GetHeadersAsync(Int32, CancellationToken, ITransferProgress) |
Asynchronously get the specified message headers.
|
![]() | GetHeadersAsync(UniqueId, CancellationToken, ITransferProgress) |
Asynchronously get the specified message headers.
|
![]() | GetHeadersAsync(Int32, BodyPart, CancellationToken, ITransferProgress) |
Asynchronously get the specified body part headers.
|
![]() | GetHeadersAsync(UniqueId, BodyPart, CancellationToken, ITransferProgress) |
Asynchronously get the specified body part headers.
|
![]() | GetMessage(Int32, CancellationToken, ITransferProgress) |
Get the specified message.
|
![]() | GetMessage(UniqueId, CancellationToken, ITransferProgress) |
Get the specified message.
|
![]() | GetMessageAsync(Int32, CancellationToken, ITransferProgress) |
Asynchronously get the specified message.
|
![]() | GetMessageAsync(UniqueId, CancellationToken, ITransferProgress) |
Asynchronously get the specified message.
|
![]() | GetMetadata(IEnumerableMetadataTag, CancellationToken) |
Gets the specified metadata.
|
![]() | GetMetadata(MetadataTag, CancellationToken) |
Gets the specified metadata.
|
![]() | GetMetadata(MetadataOptions, IEnumerableMetadataTag, CancellationToken) |
Gets the specified metadata.
|
![]() | GetMetadataAsync(IEnumerableMetadataTag, CancellationToken) |
Asynchronously gets the specified metadata.
|
![]() | GetMetadataAsync(MetadataTag, CancellationToken) |
Asynchronously gets the specified metadata.
|
![]() | GetMetadataAsync(MetadataOptions, IEnumerableMetadataTag, CancellationToken) |
Asynchronously gets the specified metadata.
|
![]() | GetMyAccessRights |
Get the access rights for the current authenticated user.
|
![]() | GetMyAccessRightsAsync |
Asynchronously get the access rights for the current authenticated user.
|
![]() | GetQuota |
Get the quota information for the folder.
|
![]() | GetQuotaAsync |
Asynchronously get the quota information for the folder.
|
![]() | GetStream(Int32, String, CancellationToken, ITransferProgress) |
Get a substream of the specified message.
|
![]() | GetStream(UniqueId, String, CancellationToken, ITransferProgress) |
Get a substream of the specified message.
|
![]() | GetStream(Int32, Int32, Int32, CancellationToken, ITransferProgress) |
Get a substream of the specified message.
|
![]() | GetStream(UniqueId, Int32, Int32, CancellationToken, ITransferProgress) |
Get a substream of the specified message.
|
![]() | GetStream(Int32, BodyPart, Int32, Int32, CancellationToken, ITransferProgress) |
Get a substream of the specified body part.
|
![]() | GetStream(Int32, String, Int32, Int32, CancellationToken, ITransferProgress) |
Get a substream of the specified message.
|
![]() | GetStream(UniqueId, BodyPart, Int32, Int32, CancellationToken, ITransferProgress) |
Get a substream of the specified body part.
|
![]() | GetStream(UniqueId, String, Int32, Int32, CancellationToken, ITransferProgress) |
Get a substream of the specified message.
|
![]() | GetStreamAsync(Int32, String, CancellationToken, ITransferProgress) |
Asynchronously get a substream of the specified message.
|
![]() | GetStreamAsync(UniqueId, String, CancellationToken, ITransferProgress) |
Asynchronously get a substream of the specified message.
|
![]() | GetStreamAsync(Int32, Int32, Int32, CancellationToken, ITransferProgress) |
Asynchronously get a substream of the specified message.
|
![]() | GetStreamAsync(UniqueId, Int32, Int32, CancellationToken, ITransferProgress) |
Asynchronously get a substream of the specified message.
|
![]() | GetStreamAsync(Int32, BodyPart, Int32, Int32, CancellationToken, ITransferProgress) |
Asynchronously get a substream of the specified body part.
|
![]() | GetStreamAsync(Int32, String, Int32, Int32, CancellationToken, ITransferProgress) |
Asynchronously get a substream of the specified message.
|
![]() | GetStreamAsync(UniqueId, BodyPart, Int32, Int32, CancellationToken, ITransferProgress) |
Asynchronously get a substream of the specified body part.
|
![]() | GetStreamAsync(UniqueId, String, Int32, Int32, CancellationToken, ITransferProgress) |
Asynchronously get a substream of the specified message.
|
![]() | GetSubfolder |
Get the specified subfolder.
|
![]() | GetSubfolderAsync |
Asynchronously get the specified subfolder.
|
![]() | GetSubfolders(Boolean, CancellationToken) |
Get the subfolders.
|
![]() | GetSubfolders(StatusItems, Boolean, CancellationToken) |
Get the subfolders.
|
![]() | GetSubfoldersAsync(Boolean, CancellationToken) |
Asynchronously get the subfolders.
|
![]() | GetSubfoldersAsync(StatusItems, Boolean, CancellationToken) |
Asynchronously get the subfolders.
|
![]() | MoveTo(IListUniqueId, IMailFolder, CancellationToken) |
Move the specified messages to the destination folder.
|
![]() | MoveTo(IListInt32, IMailFolder, CancellationToken) |
Move the specified messages to the destination folder.
|
![]() | MoveTo(Int32, IMailFolder, CancellationToken) |
Move the specified message to the destination folder.
|
![]() | MoveTo(UniqueId, IMailFolder, CancellationToken) |
Move the specified message to the destination folder.
|
![]() | MoveToAsync(IListUniqueId, IMailFolder, CancellationToken) |
Asynchronously move the specified messages to the destination folder.
|
![]() | MoveToAsync(IListInt32, IMailFolder, CancellationToken) |
Asynchronously move the specified messages to the destination folder.
|
![]() | MoveToAsync(Int32, IMailFolder, CancellationToken) |
Asynchronously move the specified message to the destination folder.
|
![]() | MoveToAsync(UniqueId, IMailFolder, CancellationToken) |
Asynchronously move the specified message to the destination folder.
|
![]() | Open(FolderAccess, CancellationToken) |
Open the folder using the requested folder access.
|
![]() | Open(FolderAccess, UInt32, UInt64, IListUniqueId, CancellationToken) |
Opens the folder using the requested folder access.
|
![]() | OpenAsync(FolderAccess, CancellationToken) |
Asynchronously open the folder using the requested folder access.
|
![]() | OpenAsync(FolderAccess, UInt32, UInt64, IListUniqueId, CancellationToken) |
Asynchronously opens the folder using the requested folder access.
|
![]() | RemoveAccess |
Remove all access rights for the given identity.
|
![]() | RemoveAccessAsync |
Asynchronously remove all access rights for the given identity.
|
![]() | RemoveAccessRights |
Remove access rights for the specified identity.
|
![]() | RemoveAccessRightsAsync |
Asynchronously remove access rights for the specified identity.
|
![]() | Rename |
Rename the folder.
|
![]() | RenameAsync |
Asynchronously rename the folder.
|
![]() | Replace(Int32, IReplaceRequest, CancellationToken) |
Replace a message in the folder.
|
![]() | Replace(UniqueId, IReplaceRequest, CancellationToken) |
Replace a message in the folder.
|
![]() | Replace(FormatOptions, UniqueId, IReplaceRequest, CancellationToken) |
Replace a message in the folder.
|
![]() | Replace(FormatOptions, Int32, IReplaceRequest, CancellationToken) |
Replace a message in the folder.
|
![]() | ReplaceAsync(Int32, IReplaceRequest, CancellationToken) |
Asynchronously replace a message in the folder.
|
![]() | ReplaceAsync(UniqueId, IReplaceRequest, CancellationToken) |
Asynchronously replace a message in the folder.
|
![]() | ReplaceAsync(FormatOptions, UniqueId, IReplaceRequest, CancellationToken) |
Asynchronously replace a message in the folder.
|
![]() | ReplaceAsync(FormatOptions, Int32, IReplaceRequest, CancellationToken) |
Asynchronously replace a message in the folder.
|
![]() | Search(SearchQuery, CancellationToken) |
Search the folder for messages matching the specified query.
|
![]() | Search(IListUniqueId, SearchQuery, CancellationToken) |
Search the subset of UIDs in the folder for messages matching the specified query.
|
![]() | Search(SearchOptions, SearchQuery, CancellationToken) |
Search the folder for messages matching the specified query.
|
![]() | Search(SearchOptions, IListUniqueId, SearchQuery, CancellationToken) |
Search the subset of UIDs in the folder for messages matching the specified query.
|
![]() | SearchAsync(SearchQuery, CancellationToken) |
Asynchronously search the folder for messages matching the specified query.
|
![]() | SearchAsync(IListUniqueId, SearchQuery, CancellationToken) |
Asynchronously search the subset of UIDs in the folder for messages matching the specified query.
|
![]() | SearchAsync(SearchOptions, SearchQuery, CancellationToken) |
Asynchronously search the folder for messages matching the specified query.
|
![]() | SearchAsync(SearchOptions, IListUniqueId, SearchQuery, CancellationToken) |
Asynchronously search the subset of UIDs in the folder for messages matching the specified query.
|
![]() | SetAccessRights |
Set the access rights for the specified identity.
|
![]() | SetAccessRightsAsync |
Asynchronously set the access rights for the sepcified identity.
|
![]() | SetMetadata |
Sets the specified metadata.
|
![]() | SetMetadataAsync |
Asynchronously sets the specified metadata.
|
![]() | SetQuota |
Set the quota limits for the folder.
|
![]() | SetQuotaAsync |
Asynchronously set the quota limits for the folder.
|
![]() | Sort(SearchQuery, IListOrderBy, CancellationToken) |
Sort messages matching the specified query.
|
![]() | Sort(IListUniqueId, SearchQuery, IListOrderBy, CancellationToken) |
Sort messages matching the specified query.
|
![]() | Sort(SearchOptions, SearchQuery, IListOrderBy, CancellationToken) |
Sort messages matching the specified query.
|
![]() | Sort(SearchOptions, IListUniqueId, SearchQuery, IListOrderBy, CancellationToken) |
Sort messages matching the specified query.
|
![]() | SortAsync(SearchQuery, IListOrderBy, CancellationToken) |
Asynchronously sort messages matching the specified query.
|
![]() | SortAsync(IListUniqueId, SearchQuery, IListOrderBy, CancellationToken) |
Asynchronously sort messages matching the specified query.
|
![]() | SortAsync(SearchOptions, SearchQuery, IListOrderBy, CancellationToken) |
Asynchronously sort messages matching the specified query.
|
![]() | SortAsync(SearchOptions, IListUniqueId, SearchQuery, IListOrderBy, CancellationToken) |
Asynchronously sort messages matching the specified query.
|
![]() | Status |
Update the values of the specified items.
|
![]() | StatusAsync |
Asynchronously update the values of the specified items.
|
![]() | Store(IListUniqueId, IStoreFlagsRequest, CancellationToken) |
Store message flags and keywords for a set of messages.
|
![]() | Store(IListUniqueId, IStoreLabelsRequest, CancellationToken) |
Store GMail-style labels for a set of messages.
|
![]() | Store(IListUniqueId, IListAnnotation, CancellationToken) |
Store the annotations for the specified messages.
|
![]() | Store(IListInt32, IStoreFlagsRequest, CancellationToken) |
Store message flags and keywords for a set of messages.
|
![]() | Store(IListInt32, IStoreLabelsRequest, CancellationToken) |
Store GMail-style labels for a set of messages.
|
![]() | Store(IListInt32, IListAnnotation, CancellationToken) |
Store the annotations for the specified messages.
|
![]() | Store(Int32, IStoreFlagsRequest, CancellationToken) |
Store message flags and keywords for a message.
|
![]() | Store(Int32, IStoreLabelsRequest, CancellationToken) |
Store GMail-style labels for a message.
|
![]() | Store(Int32, IListAnnotation, CancellationToken) |
Store the annotations for the specified message.
|
![]() | Store(UniqueId, IStoreFlagsRequest, CancellationToken) |
Store message flags and keywords for a message.
|
![]() | Store(UniqueId, IStoreLabelsRequest, CancellationToken) |
Store GMail-style labels for a message.
|
![]() | Store(UniqueId, IListAnnotation, CancellationToken) |
Store the annotations for the specified message.
|
![]() | Store(IListUniqueId, UInt64, IListAnnotation, CancellationToken) |
Store the annotations for the specified messages only if their mod-sequence value is less than the specified value.
|
![]() | Store(IListInt32, UInt64, IListAnnotation, CancellationToken) |
Store the annotations for the specified messages only if their mod-sequence value is less than the specified value.
|
![]() | StoreAsync(IListUniqueId, IStoreFlagsRequest, CancellationToken) |
Asynchronously store message flags and keywords for a set of messages.
|
![]() | StoreAsync(IListUniqueId, IStoreLabelsRequest, CancellationToken) |
Asynchronously store GMail-style labels for a set of messages.
|
![]() | StoreAsync(IListUniqueId, IListAnnotation, CancellationToken) |
Asynchronously store the annotations for the specified messages.
|
![]() | StoreAsync(IListInt32, IStoreFlagsRequest, CancellationToken) |
Asynchronously store message flags and keywords for a set of messages.
|
![]() | StoreAsync(IListInt32, IStoreLabelsRequest, CancellationToken) |
Asynchronously store GMail-style labels for a set of messages.
|
![]() | StoreAsync(IListInt32, IListAnnotation, CancellationToken) |
Asynchronously store the annotations for the specified messages.
|
![]() | StoreAsync(Int32, IStoreFlagsRequest, CancellationToken) |
Asynchronously store message flags and keywords for a message.
|
![]() | StoreAsync(Int32, IStoreLabelsRequest, CancellationToken) |
Asynchronously store GMail-style labels for a message.
|
![]() | StoreAsync(Int32, IListAnnotation, CancellationToken) |
Asynchronously store the annotations for the specified message.
|
![]() | StoreAsync(UniqueId, IStoreFlagsRequest, CancellationToken) |
Asynchronously store message flags and keywords for a message.
|
![]() | StoreAsync(UniqueId, IStoreLabelsRequest, CancellationToken) |
Asynchronously store GMail-style labels for a message.
|
![]() | StoreAsync(UniqueId, IListAnnotation, CancellationToken) |
Asynchronously store the annotations for the specified message.
|
![]() | StoreAsync(IListUniqueId, UInt64, IListAnnotation, CancellationToken) |
Asynchronously store the annotations for the specified messages only if their mod-sequence value is less than the specified value.
|
![]() | StoreAsync(IListInt32, UInt64, IListAnnotation, CancellationToken) |
Asynchronously store the annotations for the specified messages only if their mod-sequence value is less than the specified value.
|
![]() | Subscribe |
Subscribe to the folder.
|
![]() | SubscribeAsync |
Asynchronously subscribe to the folder.
|
![]() | Supports |
Determine whether or not an IMailFolder supports a feature.
|
![]() | Thread(ThreadingAlgorithm, SearchQuery, CancellationToken) |
Thread the messages in the folder that match the search query using the specified threading algorithm.
|
![]() | Thread(IListUniqueId, ThreadingAlgorithm, SearchQuery, CancellationToken) |
Thread the messages in the folder that match the search query using the specified threading algorithm.
|
![]() | ThreadAsync(ThreadingAlgorithm, SearchQuery, CancellationToken) |
Asynchronously thread the messages in the folder that match the search query using the specified threading algorithm.
|
![]() | ThreadAsync(IListUniqueId, ThreadingAlgorithm, SearchQuery, CancellationToken) |
Asynchronously thread the messages in the folder that match the search query using the specified threading algorithm.
|
![]() | Unsubscribe |
Unsubscribe from the folder.
|
![]() | UnsubscribeAsync |
Asynchronously unsubscribe from the folder.
|
Name | Description | |
---|---|---|
![]() | AnnotationsChanged |
Occurs when annotations changed on a message.
|
![]() | Closed |
Occurs when the folder is closed.
|
![]() ![]() | CountChanged |
Occurs when the message count changes.
|
![]() | Deleted |
Occurs when the folder is deleted.
|
![]() | HighestModSeqChanged |
Occurs when the highest mod-sequence changes.
|
![]() | IdChanged |
Occurs when the ID changes.
|
![]() ![]() | MessageExpunged |
Occurs when a message is expunged from the folder.
|
![]() ![]() | MessageFlagsChanged |
Occurs when flags changed on a message.
|
![]() | MessageLabelsChanged |
Occurs when labels changed on a message.
|
![]() | MessageSummaryFetched |
Occurs when a message summary is fetched from the folder.
|
![]() | MessagesVanished |
Occurs when messages vanish from the folder.
|
![]() | MetadataChanged |
Occurs when metadata changes.
|
![]() | ModSeqChanged |
Occurs when the mod-sequence changed on a message.
|
![]() | Opened |
Occurs when the folder is opened.
|
![]() | RecentChanged |
Occurs when the recent message count changes.
|
![]() | Renamed |
Occurs when the folder is renamed.
|
![]() | SizeChanged |
Occurs when the size of the folder changes.
|
![]() | Subscribed |
Occurs when the folder is subscribed.
|
![]() | UidNextChanged |
Occurs when the next UID changes.
|
![]() | UidValidityChanged |
Occurs when the UID validity changes.
|
![]() | UnreadChanged |
Occurs when the message unread count changes.
|
![]() | Unsubscribed |
Occurs when the folder is unsubscribed.
|
Name | Description | |
---|---|---|
![]() | AddFlags(IListUniqueId, MessageFlags, Boolean, CancellationToken) | Overloaded.
Add a set of flags to the specified messages.
(Defined by IMailFolderExtensions.) |
![]() | AddFlags(IListInt32, MessageFlags, Boolean, CancellationToken) | Overloaded.
Add a set of flags to the specified messages.
(Defined by IMailFolderExtensions.) |
![]() | AddFlags(Int32, MessageFlags, Boolean, CancellationToken) | Overloaded.
Add a set of flags to the specified message.
(Defined by IMailFolderExtensions.) |
![]() | AddFlags(UniqueId, MessageFlags, Boolean, CancellationToken) | Overloaded.
Add a set of flags to the specified message.
(Defined by IMailFolderExtensions.) |
![]() | AddFlags(IListUniqueId, MessageFlags, HashSetString, Boolean, CancellationToken) | Overloaded.
Add a set of flags to the specified messages.
(Defined by IMailFolderExtensions.) |
![]() | AddFlags(IListUniqueId, UInt64, MessageFlags, Boolean, CancellationToken) | Overloaded.
Add a set of flags to the specified messages only if their mod-sequence value is less than the specified value.
(Defined by IMailFolderExtensions.) |
![]() | AddFlags(IListInt32, MessageFlags, HashSetString, Boolean, CancellationToken) | Overloaded.
Add a set of flags to the specified messages.
(Defined by IMailFolderExtensions.) |
![]() | AddFlags(IListInt32, UInt64, MessageFlags, Boolean, CancellationToken) | Overloaded.
Add a set of flags to the specified messages only if their mod-sequence value is less than the specified value.
(Defined by IMailFolderExtensions.) |
![]() | AddFlags(Int32, MessageFlags, HashSetString, Boolean, CancellationToken) | Overloaded.
Add a set of flags to the specified message.
(Defined by IMailFolderExtensions.) |
![]() | AddFlags(UniqueId, MessageFlags, HashSetString, Boolean, CancellationToken) | Overloaded.
Add a set of flags to the specified message.
(Defined by IMailFolderExtensions.) |
![]() | AddFlags(IListUniqueId, UInt64, MessageFlags, HashSetString, Boolean, CancellationToken) | Overloaded.
Add a set of flags to the specified messages only if their mod-sequence value is less than the specified value.
(Defined by IMailFolderExtensions.) |
![]() | AddFlags(IListInt32, UInt64, MessageFlags, HashSetString, Boolean, CancellationToken) | Overloaded.
Add a set of flags to the specified messages only if their mod-sequence value is less than the specified value.
(Defined by IMailFolderExtensions.) |
![]() | AddFlagsAsync(IListUniqueId, MessageFlags, Boolean, CancellationToken) | Overloaded.
Asynchronously add a set of flags to the specified messages.
(Defined by IMailFolderExtensions.) |
![]() | AddFlagsAsync(IListInt32, MessageFlags, Boolean, CancellationToken) | Overloaded.
Asynchronously add a set of flags to the specified messages.
(Defined by IMailFolderExtensions.) |
![]() | AddFlagsAsync(Int32, MessageFlags, Boolean, CancellationToken) | Overloaded.
Asynchronously add a set of flags to the specified message.
(Defined by IMailFolderExtensions.) |
![]() | AddFlagsAsync(UniqueId, MessageFlags, Boolean, CancellationToken) | Overloaded.
Asynchronously add a set of flags to the specified message.
(Defined by IMailFolderExtensions.) |
![]() | AddFlagsAsync(IListUniqueId, MessageFlags, HashSetString, Boolean, CancellationToken) | Overloaded.
Asynchronously add a set of flags to the specified messages.
(Defined by IMailFolderExtensions.) |
![]() | AddFlagsAsync(IListUniqueId, UInt64, MessageFlags, Boolean, CancellationToken) | Overloaded.
Asynchronously add a set of flags to the specified messages only if their mod-sequence value is less than the specified value.
(Defined by IMailFolderExtensions.) |
![]() | AddFlagsAsync(IListInt32, MessageFlags, HashSetString, Boolean, CancellationToken) | Overloaded.
Asynchronously add a set of flags to the specified messages.
(Defined by IMailFolderExtensions.) |
![]() | AddFlagsAsync(IListInt32, UInt64, MessageFlags, Boolean, CancellationToken) | Overloaded.
Asynchronously add a set of flags to the specified messages only if their mod-sequence value is less than the specified value.
(Defined by IMailFolderExtensions.) |
![]() | AddFlagsAsync(Int32, MessageFlags, HashSetString, Boolean, CancellationToken) | Overloaded.
Asynchronously add a set of flags to the specified message.
(Defined by IMailFolderExtensions.) |
![]() | AddFlagsAsync(UniqueId, MessageFlags, HashSetString, Boolean, CancellationToken) | Overloaded.
Asynchronously add a set of flags to the specified message.
(Defined by IMailFolderExtensions.) |
![]() | AddFlagsAsync(IListUniqueId, UInt64, MessageFlags, HashSetString, Boolean, CancellationToken) | Overloaded.
Asynchronously add a set of flags to the specified messages only if their mod-sequence value is less than the specified value.
(Defined by IMailFolderExtensions.) |
![]() | AddFlagsAsync(IListInt32, UInt64, MessageFlags, HashSetString, Boolean, CancellationToken) | Overloaded.
Asynchronously add a set of flags to the specified messages only if their mod-sequence value is less than the specified value.
(Defined by IMailFolderExtensions.) |
![]() | AddLabels(IListUniqueId, IListString, Boolean, CancellationToken) | Overloaded.
Add a set of labels to the specified messages.
(Defined by IMailFolderExtensions.) |
![]() | AddLabels(IListInt32, IListString, Boolean, CancellationToken) | Overloaded.
Add a set of labels to the specified messages.
(Defined by IMailFolderExtensions.) |
![]() | AddLabels(Int32, IListString, Boolean, CancellationToken) | Overloaded.
Add a set of labels to the specified message.
(Defined by IMailFolderExtensions.) |
![]() | AddLabels(UniqueId, IListString, Boolean, CancellationToken) | Overloaded.
Add a set of labels to the specified message.
(Defined by IMailFolderExtensions.) |
![]() | AddLabels(IListUniqueId, UInt64, IListString, Boolean, CancellationToken) | Overloaded.
Add a set of labels to the specified messages only if their mod-sequence value is less than the specified value.
(Defined by IMailFolderExtensions.) |
![]() | AddLabels(IListInt32, UInt64, IListString, Boolean, CancellationToken) | Overloaded.
Add a set of labels to the specified messages only if their mod-sequence value is less than the specified value.
(Defined by IMailFolderExtensions.) |
![]() | AddLabelsAsync(IListUniqueId, IListString, Boolean, CancellationToken) | Overloaded.
Asynchronously add a set of labels to the specified messages.
(Defined by IMailFolderExtensions.) |
![]() | AddLabelsAsync(IListInt32, IListString, Boolean, CancellationToken) | Overloaded.
Asynchronously add a set of labels to the specified messages.
(Defined by IMailFolderExtensions.) |
![]() | AddLabelsAsync(Int32, IListString, Boolean, CancellationToken) | Overloaded.
Asynchronously add a set of labels to the specified message.
(Defined by IMailFolderExtensions.) |
![]() | AddLabelsAsync(UniqueId, IListString, Boolean, CancellationToken) | Overloaded.
Asynchronously add a set of labels to the specified message.
(Defined by IMailFolderExtensions.) |
![]() | AddLabelsAsync(IListUniqueId, UInt64, IListString, Boolean, CancellationToken) | Overloaded.
Asynchronously add a set of labels to the specified messages only if their mod-sequence value is less than the specified value.
(Defined by IMailFolderExtensions.) |
![]() | AddLabelsAsync(IListInt32, UInt64, IListString, Boolean, CancellationToken) | Overloaded.
Asynchronously add a set of labels to the specified messages only if their mod-sequence value is less than the specified value.
(Defined by IMailFolderExtensions.) |
![]() | Append(IListMimeMessage, IListMessageFlags, CancellationToken, ITransferProgress) | Overloaded.
Append the specified messages to the folder.
(Defined by IMailFolderExtensions.) |
![]() | Append(MimeMessage, MessageFlags, CancellationToken, ITransferProgress) | Overloaded.
Append the specified message to the folder.
(Defined by IMailFolderExtensions.) |
![]() | Append(FormatOptions, MimeMessage, MessageFlags, CancellationToken, ITransferProgress) | Overloaded.
Append the specified message to the folder.
(Defined by IMailFolderExtensions.) |
![]() | Append(FormatOptions, IListMimeMessage, IListMessageFlags, CancellationToken, ITransferProgress) | Overloaded.
Append the specified messages to the folder.
(Defined by IMailFolderExtensions.) |
![]() | Append(IListMimeMessage, IListMessageFlags, IListDateTimeOffset, CancellationToken, ITransferProgress) | Overloaded.
Append the specified messages to the folder.
(Defined by IMailFolderExtensions.) |
![]() | Append(MimeMessage, MessageFlags, DateTimeOffset, CancellationToken, ITransferProgress) | Overloaded.
Append the specified message to the folder.
(Defined by IMailFolderExtensions.) |
![]() | Append(FormatOptions, MimeMessage, MessageFlags, DateTimeOffset, CancellationToken, ITransferProgress) | Overloaded.
Append the specified message to the folder.
(Defined by IMailFolderExtensions.) |
![]() | Append(FormatOptions, IListMimeMessage, IListMessageFlags, IListDateTimeOffset, CancellationToken, ITransferProgress) | Overloaded.
Append the specified messages to the folder.
(Defined by IMailFolderExtensions.) |
![]() | Append(MimeMessage, MessageFlags, NullableDateTimeOffset, IListAnnotation, CancellationToken, ITransferProgress) | Overloaded.
Append the specified message to the folder.
(Defined by IMailFolderExtensions.) |
![]() | Append(FormatOptions, MimeMessage, MessageFlags, NullableDateTimeOffset, IListAnnotation, CancellationToken, ITransferProgress) | Overloaded.
Append the specified message to the folder.
(Defined by IMailFolderExtensions.) |
![]() | AppendAsync(IListMimeMessage, IListMessageFlags, CancellationToken, ITransferProgress) | Overloaded.
Asynchronously append the specified messages to the folder.
(Defined by IMailFolderExtensions.) |
![]() | AppendAsync(MimeMessage, MessageFlags, CancellationToken, ITransferProgress) | Overloaded.
Asynchronously append the specified message to the folder.
(Defined by IMailFolderExtensions.) |
![]() | AppendAsync(FormatOptions, MimeMessage, MessageFlags, CancellationToken, ITransferProgress) | Overloaded.
Asynchronously append the specified message to the folder.
(Defined by IMailFolderExtensions.) |
![]() | AppendAsync(FormatOptions, IListMimeMessage, IListMessageFlags, CancellationToken, ITransferProgress) | Overloaded.
Asynchronously append the specified messages to the folder.
(Defined by IMailFolderExtensions.) |
![]() | AppendAsync(IListMimeMessage, IListMessageFlags, IListDateTimeOffset, CancellationToken, ITransferProgress) | Overloaded.
Asynchronously append the specified messages to the folder.
(Defined by IMailFolderExtensions.) |
![]() | AppendAsync(MimeMessage, MessageFlags, DateTimeOffset, CancellationToken, ITransferProgress) | Overloaded.
Asynchronously append the specified message to the folder.
(Defined by IMailFolderExtensions.) |
![]() | AppendAsync(FormatOptions, MimeMessage, MessageFlags, DateTimeOffset, CancellationToken, ITransferProgress) | Overloaded.
Asynchronously append the specified message to the folder.
(Defined by IMailFolderExtensions.) |
![]() | AppendAsync(FormatOptions, IListMimeMessage, IListMessageFlags, IListDateTimeOffset, CancellationToken, ITransferProgress) | Overloaded.
Asynchronously append the specified messages to the folder.
(Defined by IMailFolderExtensions.) |
![]() | AppendAsync(MimeMessage, MessageFlags, NullableDateTimeOffset, IListAnnotation, CancellationToken, ITransferProgress) | Overloaded.
Asynchronously append the specified message to the folder.
(Defined by IMailFolderExtensions.) |
![]() | AppendAsync(FormatOptions, MimeMessage, MessageFlags, NullableDateTimeOffset, IListAnnotation, CancellationToken, ITransferProgress) | Overloaded.
Asynchronously append the specified message to the folder.
(Defined by IMailFolderExtensions.) |
![]() ![]() | Fetch(IListUniqueId, MessageSummaryItems, CancellationToken) | Overloaded.
Fetch the message summaries for the specified message UIDs.
(Defined by IMailFolderExtensions.) |
![]() | Fetch(IListInt32, MessageSummaryItems, CancellationToken) | Overloaded.
Fetch the message summaries for the specified message indexes.
(Defined by IMailFolderExtensions.) |
![]() | Fetch(IListUniqueId, MessageSummaryItems, IEnumerableHeaderId, CancellationToken) | Overloaded.
Fetch the message summaries for the specified message UIDs.
(Defined by IMailFolderExtensions.) |
![]() | Fetch(IListUniqueId, MessageSummaryItems, IEnumerableString, CancellationToken) | Overloaded.
Fetch the message summaries for the specified message UIDs.
(Defined by IMailFolderExtensions.) |
![]() | Fetch(IListUniqueId, UInt64, MessageSummaryItems, CancellationToken) | Overloaded.
Fetch the message summaries for the specified message UIDs that have a
higher mod-sequence value than the one specified.
(Defined by IMailFolderExtensions.) |
![]() | Fetch(IListInt32, MessageSummaryItems, IEnumerableHeaderId, CancellationToken) | Overloaded.
Fetch the message summaries for the specified message indexes.
(Defined by IMailFolderExtensions.) |
![]() | Fetch(IListInt32, MessageSummaryItems, IEnumerableString, CancellationToken) | Overloaded.
Fetch the message summaries for the specified message indexes.
(Defined by IMailFolderExtensions.) |
![]() | Fetch(IListInt32, UInt64, MessageSummaryItems, CancellationToken) | Overloaded.
Fetch the message summaries for the specified message indexes that have a
higher mod-sequence value than the one specified.
(Defined by IMailFolderExtensions.) |
![]() | Fetch(Int32, Int32, MessageSummaryItems, CancellationToken) | Overloaded.
Fetch the message summaries for the messages between the two indexes, inclusive.
(Defined by IMailFolderExtensions.) |
![]() | Fetch(IListUniqueId, UInt64, MessageSummaryItems, IEnumerableHeaderId, CancellationToken) | Overloaded.
Fetch the message summaries for the specified message UIDs that have a
higher mod-sequence value than the one specified.
(Defined by IMailFolderExtensions.) |
![]() | Fetch(IListUniqueId, UInt64, MessageSummaryItems, IEnumerableString, CancellationToken) | Overloaded.
Fetch the message summaries for the specified message UIDs that have a
higher mod-sequence value than the one specified.
(Defined by IMailFolderExtensions.) |
![]() | Fetch(IListInt32, UInt64, MessageSummaryItems, IEnumerableHeaderId, CancellationToken) | Overloaded.
Fetch the message summaries for the specified message indexes that have a
higher mod-sequence value than the one specified.
(Defined by IMailFolderExtensions.) |
![]() | Fetch(IListInt32, UInt64, MessageSummaryItems, IEnumerableString, CancellationToken) | Overloaded.
Fetch the message summaries for the specified message indexes that
have a higher mod-sequence value than the one specified.
(Defined by IMailFolderExtensions.) |
![]() | Fetch(Int32, Int32, MessageSummaryItems, IEnumerableHeaderId, CancellationToken) | Overloaded.
Fetch the message summaries for the messages between the two indexes, inclusive.
(Defined by IMailFolderExtensions.) |
![]() | Fetch(Int32, Int32, MessageSummaryItems, IEnumerableString, CancellationToken) | Overloaded.
Fetch the message summaries for the messages between the two indexes, inclusive.
(Defined by IMailFolderExtensions.) |
![]() | Fetch(Int32, Int32, UInt64, MessageSummaryItems, CancellationToken) | Overloaded.
Fetch the message summaries for the messages between the two indexes (inclusive)
that have a higher mod-sequence value than the one specified.
(Defined by IMailFolderExtensions.) |
![]() | Fetch(Int32, Int32, UInt64, MessageSummaryItems, IEnumerableHeaderId, CancellationToken) | Overloaded.
Fetch the message summaries for the messages between the two indexes (inclusive)
that have a higher mod-sequence value than the one specified.
(Defined by IMailFolderExtensions.) |
![]() | Fetch(Int32, Int32, UInt64, MessageSummaryItems, IEnumerableString, CancellationToken) | Overloaded.
Fetch the message summaries for the messages between the two indexes (inclusive)
that have a higher mod-sequence value than the one specified.
(Defined by IMailFolderExtensions.) |
![]() | FetchAsync(IListUniqueId, MessageSummaryItems, CancellationToken) | Overloaded.
Asynchronously fetch the message summaries for the specified message UIDs.
(Defined by IMailFolderExtensions.) |
![]() | FetchAsync(IListInt32, MessageSummaryItems, CancellationToken) | Overloaded.
Asynchronously fetch the message summaries for the specified message indexes.
(Defined by IMailFolderExtensions.) |
![]() | FetchAsync(IListUniqueId, MessageSummaryItems, IEnumerableHeaderId, CancellationToken) | Overloaded.
Asynchronously fetch the message summaries for the specified message UIDs.
(Defined by IMailFolderExtensions.) |
![]() | FetchAsync(IListUniqueId, MessageSummaryItems, IEnumerableString, CancellationToken) | Overloaded.
Asynchronously fetch the message summaries for the specified message UIDs.
(Defined by IMailFolderExtensions.) |
![]() | FetchAsync(IListUniqueId, UInt64, MessageSummaryItems, CancellationToken) | Overloaded.
Asynchronously fetch the message summaries for the specified message UIDs that have a
higher mod-sequence value than the one specified.
(Defined by IMailFolderExtensions.) |
![]() | FetchAsync(IListInt32, MessageSummaryItems, IEnumerableHeaderId, CancellationToken) | Overloaded.
Asynchronously fetch the message summaries for the specified message indexes.
(Defined by IMailFolderExtensions.) |
![]() | FetchAsync(IListInt32, MessageSummaryItems, IEnumerableString, CancellationToken) | Overloaded.
Asynchronously fetch the message summaries for the specified message indexes.
(Defined by IMailFolderExtensions.) |
![]() | FetchAsync(IListInt32, UInt64, MessageSummaryItems, CancellationToken) | Overloaded.
Asynchronously fetch the message summaries for the specified message indexes that have a
higher mod-sequence value than the one specified.
(Defined by IMailFolderExtensions.) |
![]() | FetchAsync(Int32, Int32, MessageSummaryItems, CancellationToken) | Overloaded.
Asynchronously fetch the message summaries for the messages between the two indexes, inclusive.
(Defined by IMailFolderExtensions.) |
![]() | FetchAsync(IListUniqueId, UInt64, MessageSummaryItems, IEnumerableHeaderId, CancellationToken) | Overloaded.
Asynchronously fetch the message summaries for the specified message UIDs that have a
higher mod-sequence value than the one specified.
(Defined by IMailFolderExtensions.) |
![]() | FetchAsync(IListUniqueId, UInt64, MessageSummaryItems, IEnumerableString, CancellationToken) | Overloaded.
Asynchronously fetch the message summaries for the specified message UIDs that have a
higher mod-sequence value than the one specified.
(Defined by IMailFolderExtensions.) |
![]() | FetchAsync(IListInt32, UInt64, MessageSummaryItems, IEnumerableHeaderId, CancellationToken) | Overloaded.
Asynchronously fetch the message summaries for the specified message indexes
that have a higher mod-sequence value than the one specified.
(Defined by IMailFolderExtensions.) |
![]() | FetchAsync(IListInt32, UInt64, MessageSummaryItems, IEnumerableString, CancellationToken) | Overloaded.
Asynchronously fetch the message summaries for the specified message indexes
that have a higher mod-sequence value than the one specified.
(Defined by IMailFolderExtensions.) |
![]() | FetchAsync(Int32, Int32, MessageSummaryItems, IEnumerableHeaderId, CancellationToken) | Overloaded.
Asynchronously fetch the message summaries for the messages between the two indexes, inclusive.
(Defined by IMailFolderExtensions.) |
![]() | FetchAsync(Int32, Int32, MessageSummaryItems, IEnumerableString, CancellationToken) | Overloaded.
Asynchronously fetch the message summaries for the messages between the two indexes, inclusive.
(Defined by IMailFolderExtensions.) |
![]() | FetchAsync(Int32, Int32, UInt64, MessageSummaryItems, CancellationToken) | Overloaded.
Asynchronously fetch the message summaries for the messages between the two indexes
(inclusive) that have a higher mod-sequence value than the one specified.
(Defined by IMailFolderExtensions.) |
![]() | FetchAsync(Int32, Int32, UInt64, MessageSummaryItems, IEnumerableHeaderId, CancellationToken) | Overloaded.
Asynchronously fetch the message summaries for the messages between the two indexes
(inclusive) that have a higher mod-sequence value than the one specified.
(Defined by IMailFolderExtensions.) |
![]() | FetchAsync(Int32, Int32, UInt64, MessageSummaryItems, IEnumerableString, CancellationToken) | Overloaded.
Asynchronously fetch the message summaries for the messages between the two indexes
(inclusive) that have a higher mod-sequence value than the one specified.
(Defined by IMailFolderExtensions.) |
![]() | RemoveFlags(IListUniqueId, MessageFlags, Boolean, CancellationToken) | Overloaded.
Remove a set of flags from the specified messages.
(Defined by IMailFolderExtensions.) |
![]() | RemoveFlags(IListInt32, MessageFlags, Boolean, CancellationToken) | Overloaded.
Remove a set of flags from the specified messages.
(Defined by IMailFolderExtensions.) |
![]() | RemoveFlags(Int32, MessageFlags, Boolean, CancellationToken) | Overloaded.
Remove a set of flags from the specified message.
(Defined by IMailFolderExtensions.) |
![]() | RemoveFlags(UniqueId, MessageFlags, Boolean, CancellationToken) | Overloaded.
Remove a set of flags from the specified message.
(Defined by IMailFolderExtensions.) |
![]() | RemoveFlags(IListUniqueId, MessageFlags, HashSetString, Boolean, CancellationToken) | Overloaded.
Remove a set of flags from the specified messages.
(Defined by IMailFolderExtensions.) |
![]() | RemoveFlags(IListUniqueId, UInt64, MessageFlags, Boolean, CancellationToken) | Overloaded.
Remove a set of flags from the specified messages only if their mod-sequence value is less than the specified value.
(Defined by IMailFolderExtensions.) |
![]() | RemoveFlags(IListInt32, MessageFlags, HashSetString, Boolean, CancellationToken) | Overloaded.
Remove a set of flags from the specified messages.
(Defined by IMailFolderExtensions.) |
![]() | RemoveFlags(IListInt32, UInt64, MessageFlags, Boolean, CancellationToken) | Overloaded.
Remove a set of flags from the specified messages only if their mod-sequence value is less than the specified value.
(Defined by IMailFolderExtensions.) |
![]() | RemoveFlags(Int32, MessageFlags, HashSetString, Boolean, CancellationToken) | Overloaded.
Remove a set of flags from the specified message.
(Defined by IMailFolderExtensions.) |
![]() | RemoveFlags(UniqueId, MessageFlags, HashSetString, Boolean, CancellationToken) | Overloaded.
Remove a set of flags from the specified message.
(Defined by IMailFolderExtensions.) |
![]() | RemoveFlags(IListUniqueId, UInt64, MessageFlags, HashSetString, Boolean, CancellationToken) | Overloaded.
Remove a set of flags from the specified messages only if their mod-sequence value is less than the specified value.
(Defined by IMailFolderExtensions.) |
![]() | RemoveFlags(IListInt32, UInt64, MessageFlags, HashSetString, Boolean, CancellationToken) | Overloaded.
Remove a set of flags from the specified messages only if their mod-sequence value is less than the specified value.
(Defined by IMailFolderExtensions.) |
![]() | RemoveFlagsAsync(IListUniqueId, MessageFlags, Boolean, CancellationToken) | Overloaded.
Asynchronously remove a set of flags from the specified messages.
(Defined by IMailFolderExtensions.) |
![]() | RemoveFlagsAsync(IListInt32, MessageFlags, Boolean, CancellationToken) | Overloaded.
Asynchronously remove a set of flags from the specified messages.
(Defined by IMailFolderExtensions.) |
![]() | RemoveFlagsAsync(Int32, MessageFlags, Boolean, CancellationToken) | Overloaded.
Asynchronously remove a set of flags from the specified message.
(Defined by IMailFolderExtensions.) |
![]() | RemoveFlagsAsync(UniqueId, MessageFlags, Boolean, CancellationToken) | Overloaded.
Asynchronously remove a set of flags from the specified message.
(Defined by IMailFolderExtensions.) |
![]() | RemoveFlagsAsync(IListUniqueId, MessageFlags, HashSetString, Boolean, CancellationToken) | Overloaded.
Asynchronously remove a set of flags from the specified messages.
(Defined by IMailFolderExtensions.) |
![]() | RemoveFlagsAsync(IListUniqueId, UInt64, MessageFlags, Boolean, CancellationToken) | Overloaded.
Asynchronously remove a set of flags from the specified messages only if their mod-sequence value is less than the specified value.
(Defined by IMailFolderExtensions.) |
![]() | RemoveFlagsAsync(IListInt32, MessageFlags, HashSetString, Boolean, CancellationToken) | Overloaded.
Asynchronously remove a set of flags from the specified messages.
(Defined by IMailFolderExtensions.) |
![]() | RemoveFlagsAsync(IListInt32, UInt64, MessageFlags, Boolean, CancellationToken) | Overloaded.
Asynchronously remove a set of flags from the specified messages only if their mod-sequence value is less than the specified value.
(Defined by IMailFolderExtensions.) |
![]() | RemoveFlagsAsync(Int32, MessageFlags, HashSetString, Boolean, CancellationToken) | Overloaded.
Asynchronously remove a set of flags from the specified message.
(Defined by IMailFolderExtensions.) |
![]() | RemoveFlagsAsync(UniqueId, MessageFlags, HashSetString, Boolean, CancellationToken) | Overloaded.
Asynchronously remove a set of flags from the specified message.
(Defined by IMailFolderExtensions.) |
![]() | RemoveFlagsAsync(IListUniqueId, UInt64, MessageFlags, HashSetString, Boolean, CancellationToken) | Overloaded.
Asynchronously remove a set of flags from the specified messages only if their mod-sequence value is less than the specified value.
(Defined by IMailFolderExtensions.) |
![]() | RemoveFlagsAsync(IListInt32, UInt64, MessageFlags, HashSetString, Boolean, CancellationToken) | Overloaded.
Asynchronously remove a set of flags from the specified messages only if their mod-sequence value is less than the specified value.
(Defined by IMailFolderExtensions.) |
![]() | RemoveLabels(IListUniqueId, IListString, Boolean, CancellationToken) | Overloaded.
Remove a set of labels from the specified messages.
(Defined by IMailFolderExtensions.) |
![]() | RemoveLabels(IListInt32, IListString, Boolean, CancellationToken) | Overloaded.
Remove a set of labels from the specified messages.
(Defined by IMailFolderExtensions.) |
![]() | RemoveLabels(Int32, IListString, Boolean, CancellationToken) | Overloaded.
Remove a set of labels from the specified message.
(Defined by IMailFolderExtensions.) |
![]() | RemoveLabels(UniqueId, IListString, Boolean, CancellationToken) | Overloaded.
Remove a set of labels from the specified message.
(Defined by IMailFolderExtensions.) |
![]() | RemoveLabels(IListUniqueId, UInt64, IListString, Boolean, CancellationToken) | Overloaded.
Remove a set of labels from the specified messages only if their mod-sequence value is less than the specified value.
(Defined by IMailFolderExtensions.) |
![]() | RemoveLabels(IListInt32, UInt64, IListString, Boolean, CancellationToken) | Overloaded.
Remove a set of labels from the specified messages only if their mod-sequence value is less than the specified value.
(Defined by IMailFolderExtensions.) |
![]() | RemoveLabelsAsync(IListUniqueId, IListString, Boolean, CancellationToken) | Overloaded.
Asynchronously remove a set of labels from the specified messages.
(Defined by IMailFolderExtensions.) |
![]() | RemoveLabelsAsync(IListInt32, IListString, Boolean, CancellationToken) | Overloaded.
Asynchronously remove a set of labels from the specified messages.
(Defined by IMailFolderExtensions.) |
![]() | RemoveLabelsAsync(Int32, IListString, Boolean, CancellationToken) | Overloaded.
Asynchronously remove a set of labels from the specified message.
(Defined by IMailFolderExtensions.) |
![]() | RemoveLabelsAsync(UniqueId, IListString, Boolean, CancellationToken) | Overloaded.
Asynchronously remove a set of labels from the specified message.
(Defined by IMailFolderExtensions.) |
![]() | RemoveLabelsAsync(IListUniqueId, UInt64, IListString, Boolean, CancellationToken) | Overloaded.
Asynchronously remove a set of labels from the specified messages only if their mod-sequence value is less than the specified value.
(Defined by IMailFolderExtensions.) |
![]() | RemoveLabelsAsync(IListInt32, UInt64, IListString, Boolean, CancellationToken) | Overloaded.
Asynchronously remove a set of labels from the specified messages only if their mod-sequence value is less than the specified value.
(Defined by IMailFolderExtensions.) |
![]() | Replace(Int32, MimeMessage, MessageFlags, CancellationToken, ITransferProgress) | Overloaded.
Replace a message in the folder.
(Defined by IMailFolderExtensions.) |
![]() | Replace(UniqueId, MimeMessage, MessageFlags, CancellationToken, ITransferProgress) | Overloaded.
Replace a message in the folder.
(Defined by IMailFolderExtensions.) |
![]() | Replace(FormatOptions, UniqueId, MimeMessage, MessageFlags, CancellationToken, ITransferProgress) | Overloaded.
Replace a message in the folder.
(Defined by IMailFolderExtensions.) |
![]() | Replace(FormatOptions, Int32, MimeMessage, MessageFlags, CancellationToken, ITransferProgress) | Overloaded.
Replace a message in the folder.
(Defined by IMailFolderExtensions.) |
![]() | Replace(Int32, MimeMessage, MessageFlags, DateTimeOffset, CancellationToken, ITransferProgress) | Overloaded.
Replace a message in the folder.
(Defined by IMailFolderExtensions.) |
![]() | Replace(UniqueId, MimeMessage, MessageFlags, DateTimeOffset, CancellationToken, ITransferProgress) | Overloaded.
Replace a message in the folder.
(Defined by IMailFolderExtensions.) |
![]() | Replace(FormatOptions, UniqueId, MimeMessage, MessageFlags, DateTimeOffset, CancellationToken, ITransferProgress) | Overloaded.
Replace a message in the folder.
(Defined by IMailFolderExtensions.) |
![]() | Replace(FormatOptions, Int32, MimeMessage, MessageFlags, DateTimeOffset, CancellationToken, ITransferProgress) | Overloaded.
Replace a message in the folder.
(Defined by IMailFolderExtensions.) |
![]() | ReplaceAsync(Int32, MimeMessage, MessageFlags, CancellationToken, ITransferProgress) | Overloaded.
Asynchronously replace a message in the folder.
(Defined by IMailFolderExtensions.) |
![]() | ReplaceAsync(UniqueId, MimeMessage, MessageFlags, CancellationToken, ITransferProgress) | Overloaded.
Asynchronously replace a message in the folder.
(Defined by IMailFolderExtensions.) |
![]() | ReplaceAsync(FormatOptions, UniqueId, MimeMessage, MessageFlags, CancellationToken, ITransferProgress) | Overloaded.
Asynchronously replace a message in the folder.
(Defined by IMailFolderExtensions.) |
![]() | ReplaceAsync(FormatOptions, Int32, MimeMessage, MessageFlags, CancellationToken, ITransferProgress) | Overloaded.
Asynchronously replace a message in the folder.
(Defined by IMailFolderExtensions.) |
![]() | ReplaceAsync(Int32, MimeMessage, MessageFlags, DateTimeOffset, CancellationToken, ITransferProgress) | Overloaded.
Asynchronously replace a message in the folder.
(Defined by IMailFolderExtensions.) |
![]() | ReplaceAsync(UniqueId, MimeMessage, MessageFlags, DateTimeOffset, CancellationToken, ITransferProgress) | Overloaded.
Asynchronously replace a message in the folder.
(Defined by IMailFolderExtensions.) |
![]() | ReplaceAsync(FormatOptions, UniqueId, MimeMessage, MessageFlags, DateTimeOffset, CancellationToken, ITransferProgress) | Overloaded.
Asynchronously replace a message in the folder.
(Defined by IMailFolderExtensions.) |
![]() | ReplaceAsync(FormatOptions, Int32, MimeMessage, MessageFlags, DateTimeOffset, CancellationToken, ITransferProgress) | Overloaded.
Asynchronously replace a message in the folder.
(Defined by IMailFolderExtensions.) |
![]() | SetFlags(IListUniqueId, MessageFlags, Boolean, CancellationToken) | Overloaded.
Set the flags of the specified messages.
(Defined by IMailFolderExtensions.) |
![]() | SetFlags(IListInt32, MessageFlags, Boolean, CancellationToken) | Overloaded.
Set the flags of the specified messages.
(Defined by IMailFolderExtensions.) |
![]() | SetFlags(Int32, MessageFlags, Boolean, CancellationToken) | Overloaded.
Set the flags of the specified message.
(Defined by IMailFolderExtensions.) |
![]() | SetFlags(UniqueId, MessageFlags, Boolean, CancellationToken) | Overloaded.
Set the flags of the specified message.
(Defined by IMailFolderExtensions.) |
![]() | SetFlags(IListUniqueId, MessageFlags, HashSetString, Boolean, CancellationToken) | Overloaded.
Set the flags of the specified messages.
(Defined by IMailFolderExtensions.) |
![]() | SetFlags(IListUniqueId, UInt64, MessageFlags, Boolean, CancellationToken) | Overloaded.
Set the flags of the specified messages only if their mod-sequence value is less than the specified value.
(Defined by IMailFolderExtensions.) |
![]() | SetFlags(IListInt32, MessageFlags, HashSetString, Boolean, CancellationToken) | Overloaded.
Set the flags of the specified messages.
(Defined by IMailFolderExtensions.) |
![]() | SetFlags(IListInt32, UInt64, MessageFlags, Boolean, CancellationToken) | Overloaded.
Set the flags of the specified messages only if their mod-sequence value is less than the specified value.
(Defined by IMailFolderExtensions.) |
![]() | SetFlags(Int32, MessageFlags, HashSetString, Boolean, CancellationToken) | Overloaded.
Set the flags of the specified message.
(Defined by IMailFolderExtensions.) |
![]() | SetFlags(UniqueId, MessageFlags, HashSetString, Boolean, CancellationToken) | Overloaded.
Set the flags of the specified message.
(Defined by IMailFolderExtensions.) |
![]() | SetFlags(IListUniqueId, UInt64, MessageFlags, HashSetString, Boolean, CancellationToken) | Overloaded.
Set the flags of the specified messages only if their mod-sequence value is less than the specified value.
(Defined by IMailFolderExtensions.) |
![]() | SetFlags(IListInt32, UInt64, MessageFlags, HashSetString, Boolean, CancellationToken) | Overloaded.
Set the flags of the specified messages only if their mod-sequence value is less than the specified value.
(Defined by IMailFolderExtensions.) |
![]() | SetFlagsAsync(IListUniqueId, MessageFlags, Boolean, CancellationToken) | Overloaded.
Asynchronously set the flags of the specified messages.
(Defined by IMailFolderExtensions.) |
![]() | SetFlagsAsync(IListInt32, MessageFlags, Boolean, CancellationToken) | Overloaded.
Asynchronously set the flags of the specified messages.
(Defined by IMailFolderExtensions.) |
![]() | SetFlagsAsync(Int32, MessageFlags, Boolean, CancellationToken) | Overloaded.
Asynchronously set the flags of the specified message.
(Defined by IMailFolderExtensions.) |
![]() | SetFlagsAsync(UniqueId, MessageFlags, Boolean, CancellationToken) | Overloaded.
Asynchronously set the flags of the specified message.
(Defined by IMailFolderExtensions.) |
![]() | SetFlagsAsync(IListUniqueId, MessageFlags, HashSetString, Boolean, CancellationToken) | Overloaded.
Asynchronously set the flags of the specified messages.
(Defined by IMailFolderExtensions.) |
![]() | SetFlagsAsync(IListUniqueId, UInt64, MessageFlags, Boolean, CancellationToken) | Overloaded.
Asynchronously set the flags of the specified messages only if their mod-sequence value is less than the specified value.
(Defined by IMailFolderExtensions.) |
![]() | SetFlagsAsync(IListInt32, MessageFlags, HashSetString, Boolean, CancellationToken) | Overloaded.
Asynchronously set the flags of the specified messages.
(Defined by IMailFolderExtensions.) |
![]() | SetFlagsAsync(IListInt32, UInt64, MessageFlags, Boolean, CancellationToken) | Overloaded.
Asynchronously set the flags of the specified messages only if their mod-sequence value is less than the specified value.
(Defined by IMailFolderExtensions.) |
![]() | SetFlagsAsync(Int32, MessageFlags, HashSetString, Boolean, CancellationToken) | Overloaded.
Asynchronously set the flags of the specified message.
(Defined by IMailFolderExtensions.) |
![]() | SetFlagsAsync(UniqueId, MessageFlags, HashSetString, Boolean, CancellationToken) | Overloaded.
Asynchronously set the flags of the specified message.
(Defined by IMailFolderExtensions.) |
![]() | SetFlagsAsync(IListUniqueId, UInt64, MessageFlags, HashSetString, Boolean, CancellationToken) | Overloaded.
Asynchronously set the flags of the specified messages only if their mod-sequence value is less than the specified value.
(Defined by IMailFolderExtensions.) |
![]() | SetFlagsAsync(IListInt32, UInt64, MessageFlags, HashSetString, Boolean, CancellationToken) | Overloaded.
Asynchronously set the flags of the specified messages only if their mod-sequence value is less than the specified value.
(Defined by IMailFolderExtensions.) |
![]() | SetLabels(IListUniqueId, IListString, Boolean, CancellationToken) | Overloaded.
Set the labels of the specified messages.
(Defined by IMailFolderExtensions.) |
![]() | SetLabels(IListInt32, IListString, Boolean, CancellationToken) | Overloaded.
Set the labels of the specified messages.
(Defined by IMailFolderExtensions.) |
![]() | SetLabels(Int32, IListString, Boolean, CancellationToken) | Overloaded.
Set the labels of the specified message.
(Defined by IMailFolderExtensions.) |
![]() | SetLabels(UniqueId, IListString, Boolean, CancellationToken) | Overloaded.
Set the labels of the specified message.
(Defined by IMailFolderExtensions.) |
![]() | SetLabels(IListUniqueId, UInt64, IListString, Boolean, CancellationToken) | Overloaded.
Set the labels of the specified messages only if their mod-sequence value is less than the specified value.
(Defined by IMailFolderExtensions.) |
![]() | SetLabels(IListInt32, UInt64, IListString, Boolean, CancellationToken) | Overloaded.
Set the labels of the specified messages only if their mod-sequence value is less than the specified value.
(Defined by IMailFolderExtensions.) |
![]() | SetLabelsAsync(IListUniqueId, IListString, Boolean, CancellationToken) | Overloaded.
Asynchronously set the labels of the specified messages.
(Defined by IMailFolderExtensions.) |
![]() | SetLabelsAsync(IListInt32, IListString, Boolean, CancellationToken) | Overloaded.
Asynchronously set the labels of the specified messages.
(Defined by IMailFolderExtensions.) |
![]() | SetLabelsAsync(Int32, IListString, Boolean, CancellationToken) | Overloaded.
Asynchronously set the labels of the specified message.
(Defined by IMailFolderExtensions.) |
![]() | SetLabelsAsync(UniqueId, IListString, Boolean, CancellationToken) | Overloaded.
Asynchronously set the labels of the specified message.
(Defined by IMailFolderExtensions.) |
![]() | SetLabelsAsync(IListUniqueId, UInt64, IListString, Boolean, CancellationToken) | Overloaded.
Asynchronously set the labels of the specified messages only if their mod-sequence value is less than the specified value.
(Defined by IMailFolderExtensions.) |
![]() | SetLabelsAsync(IListInt32, UInt64, IListString, Boolean, CancellationToken) | Overloaded.
Asynchronously set the labels of the specified messages only if their mod-sequence value is less than the specified value.
(Defined by IMailFolderExtensions.) |