Click or drag to resize
MimeKit

ImapFolder Methods

The ImapFolder type exposes the following members.

Methods
 NameDescription
Public methodAddAccessRights Add access rights for the specified identity.
(Overrides MailFolder.AddAccessRights(String, AccessRights, CancellationToken))
Public methodAddAccessRightsAsync Asynchronously add access rights for the specified identity.
(Overrides MailFolder.AddAccessRightsAsync(String, AccessRights, CancellationToken))
Public methodAppend(IAppendRequest, CancellationToken) Append a message to the folder.
(Inherited from MailFolder)
Public methodAppend(IList<IAppendRequest>, CancellationToken) Append multiple messages to the folder.
(Inherited from MailFolder)
Public methodAppend(FormatOptions, IAppendRequest, CancellationToken) Append a message to the folder.
(Overrides MailFolder.Append(FormatOptions, IAppendRequest, CancellationToken))
Public methodAppend(FormatOptions, IList<IAppendRequest>, CancellationToken) Append multiple messages to the folder.
(Overrides MailFolder.Append(FormatOptions, IList<IAppendRequest>, CancellationToken))
Public methodAppendAsync(IAppendRequest, CancellationToken) Asynchronously append a message to the folder.
(Inherited from MailFolder)
Public methodAppendAsync(IList<IAppendRequest>, CancellationToken) Asynchronously append multiple messages to the folder.
(Inherited from MailFolder)
Public methodAppendAsync(FormatOptions, IAppendRequest, CancellationToken) Asynchronously append a message to the folder.
(Overrides MailFolder.AppendAsync(FormatOptions, IAppendRequest, CancellationToken))
Public methodAppendAsync(FormatOptions, IList<IAppendRequest>, CancellationToken) Asynchronously append multiple messages to the folder.
(Overrides MailFolder.AppendAsync(FormatOptions, IList<IAppendRequest>, CancellationToken))
Public methodCheck Force the server to sync its in-memory state with its disk state.
(Overrides MailFolder.Check(CancellationToken))
Public methodCheckAsync Asynchronously force the server to sync its in-memory state with its disk state.
(Overrides MailFolder.CheckAsync(CancellationToken))
Public methodClose Close the folder, optionally expunging the messages marked for deletion.
(Overrides MailFolder.Close(Boolean, CancellationToken))
Public methodCloseAsync Asynchronously close the folder, optionally expunging the messages marked for deletion.
(Overrides MailFolder.CloseAsync(Boolean, CancellationToken))
Protected methodCommitStream Commit a stream returned by CreateStream(Nullable<UniqueId>, String, Int32, Int32).
Public methodCopyTo(IList<UniqueId>, IMailFolder, CancellationToken) Copy the specified messages to the destination folder.
(Overrides MailFolder.CopyTo(IList<UniqueId>, IMailFolder, CancellationToken))
Public methodCopyTo(IList<Int32>, IMailFolder, CancellationToken) Copy the specified messages to the destination folder.
(Overrides MailFolder.CopyTo(IList<Int32>, IMailFolder, CancellationToken))
Public methodCopyTo(Int32, IMailFolder, CancellationToken) Copy the specified message to the destination folder.
(Inherited from MailFolder)
Public methodCopyTo(UniqueId, IMailFolder, CancellationToken) Copy the specified message to the destination folder.
(Inherited from MailFolder)
Public methodCopyToAsync(IList<UniqueId>, IMailFolder, CancellationToken) Asynchronously copy the specified messages to the destination folder.
(Overrides MailFolder.CopyToAsync(IList<UniqueId>, IMailFolder, CancellationToken))
Public methodCopyToAsync(IList<Int32>, IMailFolder, CancellationToken) Asynchronously copy the specified messages to the destination folder.
(Overrides MailFolder.CopyToAsync(IList<Int32>, IMailFolder, CancellationToken))
Public methodCopyToAsync(Int32, IMailFolder, CancellationToken) Asynchronously copy the specified message to the destination folder.
(Inherited from MailFolder)
Public methodCopyToAsync(UniqueId, IMailFolder, CancellationToken) Asynchronously copy the specified message to the destination folder.
(Inherited from MailFolder)
Public methodCreate(String, SpecialFolder, CancellationToken) Create a new subfolder with the given name.
(Inherited from MailFolder)
Public methodCreate(String, Boolean, CancellationToken) Create a new subfolder with the given name.
(Overrides MailFolder.Create(String, Boolean, CancellationToken))
Public methodCreate(String, IEnumerable<SpecialFolder>, CancellationToken) Create a new subfolder with the given name.
(Overrides MailFolder.Create(String, IEnumerable<SpecialFolder>, CancellationToken))
Public methodCreateAsync(String, SpecialFolder, CancellationToken) Asynchronously create a new subfolder with the given name.
(Inherited from MailFolder)
Public methodCreateAsync(String, Boolean, CancellationToken) Asynchronously create a new subfolder with the given name.
(Overrides MailFolder.CreateAsync(String, Boolean, CancellationToken))
Public methodCreateAsync(String, IEnumerable<SpecialFolder>, CancellationToken) Asynchronously create a new subfolder with the given name.
(Overrides MailFolder.CreateAsync(String, IEnumerable<SpecialFolder>, CancellationToken))
Protected methodCreateStream Create a backing stream for use with the GetMessage, GetBodyPart, and GetStream methods.
Public methodDelete Delete the folder on the IMAP server.
(Overrides MailFolder.Delete(CancellationToken))
Public methodDeleteAsync Asynchronously delete the folder on the IMAP server.
(Overrides MailFolder.DeleteAsync(CancellationToken))
Public methodEquals
(Inherited from Object)
Public methodExpunge(CancellationToken) Expunge the folder, permanently removing all messages marked for deletion.
(Overrides MailFolder.Expunge(CancellationToken))
Public methodExpunge(IList<UniqueId>, CancellationToken) Expunge the specified uids, permanently removing them from the folder.
(Overrides MailFolder.Expunge(IList<UniqueId>, CancellationToken))
Public methodExpungeAsync(CancellationToken) Asynchronously expunge the folder, permanently removing all messages marked for deletion.
(Overrides MailFolder.ExpungeAsync(CancellationToken))
Public methodExpungeAsync(IList<UniqueId>, CancellationToken) Asynchronously expunge the specified uids, permanently removing them from the folder.
(Overrides MailFolder.ExpungeAsync(IList<UniqueId>, CancellationToken))
Public methodCode exampleFetch(IList<UniqueId>, IFetchRequest, CancellationToken) Fetches the message summaries for the specified message UIDs.
(Overrides MailFolder.Fetch(IList<UniqueId>, IFetchRequest, CancellationToken))
Public methodFetch(IList<Int32>, IFetchRequest, CancellationToken) Fetches the message summaries for the specified message indexes.
(Overrides MailFolder.Fetch(IList<Int32>, IFetchRequest, CancellationToken))
Public methodFetch(Int32, Int32, IFetchRequest, CancellationToken) Fetches the message summaries for the messages between the two indexes, inclusive.
(Overrides MailFolder.Fetch(Int32, Int32, IFetchRequest, CancellationToken))
Public methodCode exampleFetchAsync(IList<UniqueId>, IFetchRequest, CancellationToken) Asynchronously fetches the message summaries for the specified message UIDs.
(Overrides MailFolder.FetchAsync(IList<UniqueId>, IFetchRequest, CancellationToken))
Public methodFetchAsync(IList<Int32>, IFetchRequest, CancellationToken) Asynchronously fetches the message summaries for the specified message indexes.
(Overrides MailFolder.FetchAsync(IList<Int32>, IFetchRequest, CancellationToken))
Public methodFetchAsync(Int32, Int32, IFetchRequest, CancellationToken) Asynchronously fetches the message summaries for the messages between the two indexes, inclusive.
(Overrides MailFolder.FetchAsync(Int32, Int32, IFetchRequest, CancellationToken))
Protected methodFinalize
(Inherited from Object)
Public methodGetAccessControlList Get the complete access control list for the folder.
(Overrides MailFolder.GetAccessControlList(CancellationToken))
Public methodGetAccessControlListAsync Asynchronously get the complete access control list for the folder.
(Overrides MailFolder.GetAccessControlListAsync(CancellationToken))
Public methodGetAccessRights Get the access rights for a particular identifier.
(Overrides MailFolder.GetAccessRights(String, CancellationToken))
Public methodGetAccessRightsAsync Asynchronously get the access rights for a particular identifier.
(Overrides MailFolder.GetAccessRightsAsync(String, CancellationToken))
Public methodGetBodyPart(Int32, BodyPart, CancellationToken, ITransferProgress) Get the specified body part.
(Overrides MailFolder.GetBodyPart(Int32, BodyPart, CancellationToken, ITransferProgress))
Public methodGetBodyPart(Int32, String, CancellationToken, ITransferProgress) Get the specified body part.
Public methodCode exampleGetBodyPart(UniqueId, BodyPart, CancellationToken, ITransferProgress) Get the specified body part.
(Overrides MailFolder.GetBodyPart(UniqueId, BodyPart, CancellationToken, ITransferProgress))
Public methodCode exampleGetBodyPart(UniqueId, String, CancellationToken, ITransferProgress) Get the specified body part.
Public methodGetBodyPartAsync(Int32, BodyPart, CancellationToken, ITransferProgress) Asynchronously get the specified body part.
(Overrides MailFolder.GetBodyPartAsync(Int32, BodyPart, CancellationToken, ITransferProgress))
Public methodGetBodyPartAsync(Int32, String, CancellationToken, ITransferProgress) Asynchronously get the specified body part.
Public methodCode exampleGetBodyPartAsync(UniqueId, BodyPart, CancellationToken, ITransferProgress) Asynchronously get the specified body part.
(Overrides MailFolder.GetBodyPartAsync(UniqueId, BodyPart, CancellationToken, ITransferProgress))
Public methodCode exampleGetBodyPartAsync(UniqueId, String, CancellationToken, ITransferProgress) Asynchronously get the specified body part.
Public methodGetEnumerator Get an enumerator for the messages in the folder.
(Overrides MailFolder.GetEnumerator())
Public methodGetHashCode
(Inherited from Object)
Public methodGetHeaders(Int32, CancellationToken, ITransferProgress) Get the specified message headers.
(Overrides MailFolder.GetHeaders(Int32, CancellationToken, ITransferProgress))
Public methodGetHeaders(UniqueId, CancellationToken, ITransferProgress) Get the specified message headers.
(Overrides MailFolder.GetHeaders(UniqueId, CancellationToken, ITransferProgress))
Public methodGetHeaders(Int32, BodyPart, CancellationToken, ITransferProgress) Get the specified body part headers.
(Overrides MailFolder.GetHeaders(Int32, BodyPart, CancellationToken, ITransferProgress))
Public methodGetHeaders(Int32, String, CancellationToken, ITransferProgress) Get the specified body part headers.
Public methodGetHeaders(UniqueId, BodyPart, CancellationToken, ITransferProgress) Get the specified body part headers.
(Overrides MailFolder.GetHeaders(UniqueId, BodyPart, CancellationToken, ITransferProgress))
Public methodGetHeaders(UniqueId, String, CancellationToken, ITransferProgress) Get the specified body part headers.
Public methodGetHeadersAsync(Int32, CancellationToken, ITransferProgress) Asynchronously get the specified message headers.
(Overrides MailFolder.GetHeadersAsync(Int32, CancellationToken, ITransferProgress))
Public methodGetHeadersAsync(UniqueId, CancellationToken, ITransferProgress) Asynchronously get the specified message headers.
(Overrides MailFolder.GetHeadersAsync(UniqueId, CancellationToken, ITransferProgress))
Public methodGetHeadersAsync(Int32, BodyPart, CancellationToken, ITransferProgress) Asynchronously get the specified body part headers.
(Overrides MailFolder.GetHeadersAsync(Int32, BodyPart, CancellationToken, ITransferProgress))
Public methodGetHeadersAsync(Int32, String, CancellationToken, ITransferProgress) Asynchronously get the specified body part headers.
Public methodGetHeadersAsync(UniqueId, BodyPart, CancellationToken, ITransferProgress) Asynchronously get the specified body part headers.
(Overrides MailFolder.GetHeadersAsync(UniqueId, BodyPart, CancellationToken, ITransferProgress))
Public methodGetHeadersAsync(UniqueId, String, CancellationToken, ITransferProgress) Asynchronously get the specified body part headers.
Public methodGetMessage(Int32, CancellationToken, ITransferProgress) Get the specified message.
(Overrides MailFolder.GetMessage(Int32, CancellationToken, ITransferProgress))
Public methodGetMessage(UniqueId, CancellationToken, ITransferProgress) Get the specified message.
(Overrides MailFolder.GetMessage(UniqueId, CancellationToken, ITransferProgress))
Public methodGetMessageAsync(Int32, CancellationToken, ITransferProgress) Asynchronously get the specified message.
(Overrides MailFolder.GetMessageAsync(Int32, CancellationToken, ITransferProgress))
Public methodGetMessageAsync(UniqueId, CancellationToken, ITransferProgress) Asynchronously get the specified message.
(Overrides MailFolder.GetMessageAsync(UniqueId, CancellationToken, ITransferProgress))
Public methodGetMetadata(IEnumerable<MetadataTag>, CancellationToken) Get the specified metadata.
(Inherited from MailFolder)
Public methodGetMetadata(MetadataTag, CancellationToken) Get the specified metadata.
(Overrides MailFolder.GetMetadata(MetadataTag, CancellationToken))
Public methodGetMetadata(MetadataOptions, IEnumerable<MetadataTag>, CancellationToken) Get the specified metadata.
(Overrides MailFolder.GetMetadata(MetadataOptions, IEnumerable<MetadataTag>, CancellationToken))
Public methodGetMetadataAsync(IEnumerable<MetadataTag>, CancellationToken) Asynchronously gets the specified metadata.
(Inherited from MailFolder)
Public methodGetMetadataAsync(MetadataTag, CancellationToken) Asynchronously get the specified metadata.
(Overrides MailFolder.GetMetadataAsync(MetadataTag, CancellationToken))
Public methodGetMetadataAsync(MetadataOptions, IEnumerable<MetadataTag>, CancellationToken) Asynchronously get the specified metadata.
(Overrides MailFolder.GetMetadataAsync(MetadataOptions, IEnumerable<MetadataTag>, CancellationToken))
Public methodGetMyAccessRights Get the access rights for the current authenticated user.
(Overrides MailFolder.GetMyAccessRights(CancellationToken))
Public methodGetMyAccessRightsAsync Asynchronously get the access rights for the current authenticated user.
(Overrides MailFolder.GetMyAccessRightsAsync(CancellationToken))
Public methodGetQuota Get the quota information for the folder.
(Overrides MailFolder.GetQuota(CancellationToken))
Public methodGetQuotaAsync Asynchronously get the quota information for the folder.
(Overrides MailFolder.GetQuotaAsync(CancellationToken))
Public methodCode exampleGetStream(Int32, CancellationToken, ITransferProgress) Get a message stream.
(Inherited from MailFolder)
Public methodCode exampleGetStream(UniqueId, CancellationToken, ITransferProgress) Get a message stream.
(Inherited from MailFolder)
Public methodGetStream(Int32, BodyPart, CancellationToken, ITransferProgress) Get a body part as a stream.
(Inherited from MailFolder)
Public methodGetStream(Int32, String, CancellationToken, ITransferProgress) Get a substream of the specified message.
(Overrides MailFolder.GetStream(Int32, String, CancellationToken, ITransferProgress))
Public methodCode exampleGetStream(UniqueId, BodyPart, CancellationToken, ITransferProgress) Get a body part as a stream.
(Inherited from MailFolder)
Public methodCode exampleGetStream(UniqueId, String, CancellationToken, ITransferProgress) Get a substream of the specified body part.
(Overrides MailFolder.GetStream(UniqueId, String, CancellationToken, ITransferProgress))
Public methodGetStream(Int32, Int32, Int32, CancellationToken, ITransferProgress) Get a substream of the specified message.
(Overrides MailFolder.GetStream(Int32, Int32, Int32, CancellationToken, ITransferProgress))
Public methodGetStream(UniqueId, Int32, Int32, CancellationToken, ITransferProgress) Get a substream of the specified message.
(Overrides MailFolder.GetStream(UniqueId, Int32, Int32, CancellationToken, ITransferProgress))
Public methodGetStream(Int32, BodyPart, Int32, Int32, CancellationToken, ITransferProgress) Get a substream of the specified body part.
(Inherited from MailFolder)
Public methodGetStream(Int32, String, Int32, Int32, CancellationToken, ITransferProgress) Get a substream of the specified message.
(Overrides MailFolder.GetStream(Int32, String, Int32, Int32, CancellationToken, ITransferProgress))
Public methodGetStream(UniqueId, BodyPart, Int32, Int32, CancellationToken, ITransferProgress) Get a substream of the specified body part.
(Inherited from MailFolder)
Public methodGetStream(UniqueId, String, Int32, Int32, CancellationToken, ITransferProgress) Get a substream of the specified message.
(Overrides MailFolder.GetStream(UniqueId, String, Int32, Int32, CancellationToken, ITransferProgress))
Public methodCode exampleGetStreamAsync(Int32, CancellationToken, ITransferProgress) Asynchronously get a message stream.
(Inherited from MailFolder)
Public methodCode exampleGetStreamAsync(UniqueId, CancellationToken, ITransferProgress) Asynchronously get a message stream.
(Inherited from MailFolder)
Public methodGetStreamAsync(Int32, BodyPart, CancellationToken, ITransferProgress) Asynchronously get a body part as a stream.
(Inherited from MailFolder)
Public methodGetStreamAsync(Int32, String, CancellationToken, ITransferProgress) Asynchronously gets a substream of the specified message.
(Overrides MailFolder.GetStreamAsync(Int32, String, CancellationToken, ITransferProgress))
Public methodCode exampleGetStreamAsync(UniqueId, BodyPart, CancellationToken, ITransferProgress) Asynchronously get a body part as a stream.
(Inherited from MailFolder)
Public methodCode exampleGetStreamAsync(UniqueId, String, CancellationToken, ITransferProgress) Asynchronously gets a substream of the specified body part.
(Overrides MailFolder.GetStreamAsync(UniqueId, String, CancellationToken, ITransferProgress))
Public methodGetStreamAsync(Int32, Int32, Int32, CancellationToken, ITransferProgress) Asynchronously gets a substream of the specified message.
(Overrides MailFolder.GetStreamAsync(Int32, Int32, Int32, CancellationToken, ITransferProgress))
Public methodGetStreamAsync(UniqueId, Int32, Int32, CancellationToken, ITransferProgress) Asynchronously gets a substream of the specified message.
(Overrides MailFolder.GetStreamAsync(UniqueId, Int32, Int32, CancellationToken, ITransferProgress))
Public methodGetStreamAsync(Int32, BodyPart, Int32, Int32, CancellationToken, ITransferProgress) Asynchronously get a substream of the specified body part.
(Inherited from MailFolder)
Public methodGetStreamAsync(Int32, String, Int32, Int32, CancellationToken, ITransferProgress) Asynchronously gets a substream of the specified message.
(Overrides MailFolder.GetStreamAsync(Int32, String, Int32, Int32, CancellationToken, ITransferProgress))
Public methodGetStreamAsync(UniqueId, BodyPart, Int32, Int32, CancellationToken, ITransferProgress) Asynchronously get a substream of the specified body part.
(Inherited from MailFolder)
Public methodGetStreamAsync(UniqueId, String, Int32, Int32, CancellationToken, ITransferProgress) Asynchronously gets a substream of the specified message.
(Overrides MailFolder.GetStreamAsync(UniqueId, String, Int32, Int32, CancellationToken, ITransferProgress))
Public methodGetStreams(IList<UniqueId>, ImapFetchStreamCallback, CancellationToken, ITransferProgress) Get the streams for the specified messages.
Public methodGetStreams(IList<Int32>, ImapFetchStreamCallback, CancellationToken, ITransferProgress) Get the streams for the specified messages.
Public methodGetStreams(Int32, Int32, ImapFetchStreamCallback, CancellationToken, ITransferProgress) Get the streams for the specified messages.
Public methodGetStreamsAsync(IList<UniqueId>, ImapFetchStreamAsyncCallback, CancellationToken, ITransferProgress) Asynchronously get the streams for the specified messages.
Public methodGetStreamsAsync(IList<Int32>, ImapFetchStreamAsyncCallback, CancellationToken, ITransferProgress) Asynchronously get the streams for the specified messages.
Public methodGetStreamsAsync(Int32, Int32, ImapFetchStreamAsyncCallback, CancellationToken, ITransferProgress) Asynchronously get the streams for the specified messages.
Public methodGetSubfolder Get the specified subfolder.
(Overrides MailFolder.GetSubfolder(String, CancellationToken))
Public methodGetSubfolderAsync Asynchronously get the specified subfolder.
(Overrides MailFolder.GetSubfolderAsync(String, CancellationToken))
Public methodGetSubfolders(Boolean, CancellationToken) Get the subfolders.
(Inherited from MailFolder)
Public methodGetSubfolders(StatusItems, Boolean, CancellationToken) Get the subfolders.
(Overrides MailFolder.GetSubfolders(StatusItems, Boolean, CancellationToken))
Public methodGetSubfoldersAsync(Boolean, CancellationToken) Asynchronously get the subfolders.
(Inherited from MailFolder)
Public methodGetSubfoldersAsync(StatusItems, Boolean, CancellationToken) Asynchronously get the subfolders.
(Overrides MailFolder.GetSubfoldersAsync(StatusItems, Boolean, CancellationToken))
Public methodGetType
(Inherited from Object)
Protected methodMemberwiseClone
(Inherited from Object)
Public methodMoveTo(IList<UniqueId>, IMailFolder, CancellationToken) Move the specified messages to the destination folder.
(Overrides MailFolder.MoveTo(IList<UniqueId>, IMailFolder, CancellationToken))
Public methodMoveTo(IList<Int32>, IMailFolder, CancellationToken) Move the specified messages to the destination folder.
(Overrides MailFolder.MoveTo(IList<Int32>, IMailFolder, CancellationToken))
Public methodMoveTo(Int32, IMailFolder, CancellationToken) Move the specified message to the destination folder.
(Inherited from MailFolder)
Public methodMoveTo(UniqueId, IMailFolder, CancellationToken) Move the specified message to the destination folder.
(Inherited from MailFolder)
Public methodMoveToAsync(IList<UniqueId>, IMailFolder, CancellationToken) Asynchronously move the specified messages to the destination folder.
(Overrides MailFolder.MoveToAsync(IList<UniqueId>, IMailFolder, CancellationToken))
Public methodMoveToAsync(IList<Int32>, IMailFolder, CancellationToken) Asynchronously move the specified messages to the destination folder.
(Overrides MailFolder.MoveToAsync(IList<Int32>, IMailFolder, CancellationToken))
Public methodMoveToAsync(Int32, IMailFolder, CancellationToken) Asynchronously move the specified message to the destination folder.
(Inherited from MailFolder)
Public methodMoveToAsync(UniqueId, IMailFolder, CancellationToken) Asynchronously move the specified message to the destination folder.
(Inherited from MailFolder)
Protected methodOnAnnotationsChanged Raise the message annotations changed event.
(Inherited from MailFolder)
Protected methodOnClosed Raise the closed event.
(Inherited from MailFolder)
Protected methodOnCountChanged Raise the message count changed event.
(Inherited from MailFolder)
Protected methodOnDeleted Raise the deleted event.
(Inherited from MailFolder)
Protected methodOnHighestModSeqChanged Raise the highest mod-sequence changed event.
(Inherited from MailFolder)
Protected methodOnIdChanged Raise the ID changed event.
(Inherited from MailFolder)
Protected methodOnMessageExpunged Raise the message expunged event.
(Inherited from MailFolder)
Protected methodOnMessageFlagsChanged Raise the message flags changed event.
(Inherited from MailFolder)
Protected methodOnMessageLabelsChanged Raise the message labels changed event.
(Inherited from MailFolder)
Protected methodOnMessageSummaryFetched Raise the message summary fetched event.
(Inherited from MailFolder)
Protected methodOnMessagesVanished Raise the messages vanished event.
(Inherited from MailFolder)
Protected methodOnMetadataChanged Raise the metadata changed event.
(Inherited from MailFolder)
Protected methodOnModSeqChanged Raise the message mod-sequence changed event.
(Inherited from MailFolder)
Protected methodOnOpened Raise the opened event.
(Inherited from MailFolder)
Protected methodOnParentFolderRenamed Notifies the folder that a parent folder has been renamed.
(Overrides MailFolder.OnParentFolderRenamed())
Protected methodOnRecentChanged Raise the recent message count changed event.
(Inherited from MailFolder)
Protected methodOnRenamed Raise the renamed event.
(Inherited from MailFolder)
Protected methodOnSizeChanged Raise the size changed event.
(Inherited from MailFolder)
Protected methodOnSubscribed Raise the subscribed event.
(Inherited from MailFolder)
Protected methodOnUidNextChanged Raise the next UID changed event.
(Inherited from MailFolder)
Protected methodOnUidValidityChanged Raise the uid validity changed event.
(Inherited from MailFolder)
Protected methodOnUnreadChanged Raise the unread message count changed event.
(Inherited from MailFolder)
Protected methodOnUnsubscribed Raise the unsubscribed event.
(Inherited from MailFolder)
Public methodOpen(FolderAccess, CancellationToken) Open the folder using the requested folder access.
(Overrides MailFolder.Open(FolderAccess, CancellationToken))
Public methodOpen(FolderAccess, UInt32, UInt64, IList<UniqueId>, CancellationToken) Open the folder using the requested folder access.
(Overrides MailFolder.Open(FolderAccess, UInt32, UInt64, IList<UniqueId>, CancellationToken))
Public methodOpenAsync(FolderAccess, CancellationToken) Asynchronously open the folder using the requested folder access.
(Overrides MailFolder.OpenAsync(FolderAccess, CancellationToken))
Public methodOpenAsync(FolderAccess, UInt32, UInt64, IList<UniqueId>, CancellationToken) Asynchronously open the folder using the requested folder access.
(Overrides MailFolder.OpenAsync(FolderAccess, UInt32, UInt64, IList<UniqueId>, CancellationToken))
Public methodRemoveAccess Remove all access rights for the given identity.
(Overrides MailFolder.RemoveAccess(String, CancellationToken))
Public methodRemoveAccessAsync Asynchronously remove all access rights for the given identity.
(Overrides MailFolder.RemoveAccessAsync(String, CancellationToken))
Public methodRemoveAccessRights Remove access rights for the specified identity.
(Overrides MailFolder.RemoveAccessRights(String, AccessRights, CancellationToken))
Public methodRemoveAccessRightsAsync Asynchronously remove access rights for the specified identity.
(Overrides MailFolder.RemoveAccessRightsAsync(String, AccessRights, CancellationToken))
Public methodRename Rename the folder to exist with a new name under a new parent folder.
(Overrides MailFolder.Rename(IMailFolder, String, CancellationToken))
Public methodRenameAsync Asynchronously rename the folder to exist with a new name under a new parent folder.
(Overrides MailFolder.RenameAsync(IMailFolder, String, CancellationToken))
Public methodReplace(Int32, IReplaceRequest, CancellationToken) Replace a message in the folder.
(Inherited from MailFolder)
Public methodReplace(UniqueId, IReplaceRequest, CancellationToken) Replace a message in the folder.
(Inherited from MailFolder)
Public methodReplace(FormatOptions, UniqueId, IReplaceRequest, CancellationToken) Replace a message in the folder.
(Overrides MailFolder.Replace(FormatOptions, UniqueId, IReplaceRequest, CancellationToken))
Public methodReplace(FormatOptions, Int32, IReplaceRequest, CancellationToken) Replace a message in the folder.
(Overrides MailFolder.Replace(FormatOptions, Int32, IReplaceRequest, CancellationToken))
Public methodReplaceAsync(Int32, IReplaceRequest, CancellationToken) Asynchronously replace a message in the folder.
(Inherited from MailFolder)
Public methodReplaceAsync(UniqueId, IReplaceRequest, CancellationToken) Asynchronously replace a message in the folder.
(Inherited from MailFolder)
Public methodReplaceAsync(FormatOptions, UniqueId, IReplaceRequest, CancellationToken) Asynchronously replace a message in the folder.
(Overrides MailFolder.ReplaceAsync(FormatOptions, UniqueId, IReplaceRequest, CancellationToken))
Public methodReplaceAsync(FormatOptions, Int32, IReplaceRequest, CancellationToken) Asynchronously replace a message in the folder.
(Overrides MailFolder.ReplaceAsync(FormatOptions, Int32, IReplaceRequest, CancellationToken))
Public methodSearch(SearchQuery, CancellationToken) Search the folder for messages matching the specified query.
(Inherited from MailFolder)
Public methodSearch(String, CancellationToken) Search the folder for messages matching the specified query.
Public methodSearch(IList<UniqueId>, SearchQuery, CancellationToken) Search the subset of UIDs in the folder for messages matching the specified query.
(Inherited from MailFolder)
Public methodSearch(SearchOptions, SearchQuery, CancellationToken) Search the folder for messages matching the specified query.
(Overrides MailFolder.Search(SearchOptions, SearchQuery, CancellationToken))
Public methodSearch(SearchOptions, IList<UniqueId>, SearchQuery, CancellationToken) Search the subset of UIDs in the folder for messages matching the specified query.
(Inherited from MailFolder)
Public methodSearchAsync(SearchQuery, CancellationToken) Asynchronously search the folder for messages matching the specified query.
(Inherited from MailFolder)
Public methodSearchAsync(String, CancellationToken) Asynchronously search the folder for messages matching the specified query.
Public methodSearchAsync(IList<UniqueId>, SearchQuery, CancellationToken) Asynchronously search the subset of UIDs in the folder for messages matching the specified query.
(Inherited from MailFolder)
Public methodSearchAsync(SearchOptions, SearchQuery, CancellationToken) Asynchronously search the folder for messages matching the specified query.
(Overrides MailFolder.SearchAsync(SearchOptions, SearchQuery, CancellationToken))
Public methodSearchAsync(SearchOptions, IList<UniqueId>, SearchQuery, CancellationToken) Asynchronously search the subset of UIDs in the folder for messages matching the specified query.
(Inherited from MailFolder)
Public methodSetAccessRights Set the access rights for the specified identity.
(Overrides MailFolder.SetAccessRights(String, AccessRights, CancellationToken))
Public methodSetAccessRightsAsync Asynchronously get the access rights for the specified identity.
(Overrides MailFolder.SetAccessRightsAsync(String, AccessRights, CancellationToken))
Public methodSetMetadata Set the specified metadata.
(Overrides MailFolder.SetMetadata(MetadataCollection, CancellationToken))
Public methodSetMetadataAsync Asynchronously set the specified metadata.
(Overrides MailFolder.SetMetadataAsync(MetadataCollection, CancellationToken))
Public methodSetQuota Set the quota limits for the folder.
(Overrides MailFolder.SetQuota(Nullable<UInt32>, Nullable<UInt32>, CancellationToken))
Public methodSetQuotaAsync Asynchronously set the quota limits for the folder.
(Overrides MailFolder.SetQuotaAsync(Nullable<UInt32>, Nullable<UInt32>, CancellationToken))
Public methodSort(String, CancellationToken) Sort messages matching the specified query.
Public methodSort(SearchQuery, IList<OrderBy>, CancellationToken) Sort messages matching the specified query.
(Overrides MailFolder.Sort(SearchQuery, IList<OrderBy>, CancellationToken))
Public methodSort(IList<UniqueId>, SearchQuery, IList<OrderBy>, CancellationToken) Sort messages matching the specified query.
(Inherited from MailFolder)
Public methodSort(SearchOptions, SearchQuery, IList<OrderBy>, CancellationToken) Sort messages matching the specified query.
(Overrides MailFolder.Sort(SearchOptions, SearchQuery, IList<OrderBy>, CancellationToken))
Public methodSort(SearchOptions, IList<UniqueId>, SearchQuery, IList<OrderBy>, CancellationToken) Sort messages matching the specified query.
(Inherited from MailFolder)
Public methodSortAsync(String, CancellationToken) Asynchronously sort messages matching the specified query.
Public methodSortAsync(SearchQuery, IList<OrderBy>, CancellationToken) Asynchronously sort messages matching the specified query.
(Overrides MailFolder.SortAsync(SearchQuery, IList<OrderBy>, CancellationToken))
Public methodSortAsync(IList<UniqueId>, SearchQuery, IList<OrderBy>, CancellationToken) Asynchronously sort messages matching the specified query.
(Inherited from MailFolder)
Public methodSortAsync(SearchOptions, SearchQuery, IList<OrderBy>, CancellationToken) Asynchronously sort messages matching the specified query.
(Overrides MailFolder.SortAsync(SearchOptions, SearchQuery, IList<OrderBy>, CancellationToken))
Public methodSortAsync(SearchOptions, IList<UniqueId>, SearchQuery, IList<OrderBy>, CancellationToken) Asynchronously sort messages matching the specified query, returning the search results in the specified sort order.
(Inherited from MailFolder)
Public methodStatus Update the values of the specified items.
(Overrides MailFolder.Status(StatusItems, CancellationToken))
Public methodStatusAsync Asynchronously update the values of the specified items.
(Overrides MailFolder.StatusAsync(StatusItems, CancellationToken))
Public methodStore(IList<UniqueId>, IStoreFlagsRequest, CancellationToken) Store message flags and keywords for a set of messages.
(Overrides MailFolder.Store(IList<UniqueId>, IStoreFlagsRequest, CancellationToken))
Public methodStore(IList<UniqueId>, IStoreLabelsRequest, CancellationToken) Store GMail-style labels for a set of messages.
(Overrides MailFolder.Store(IList<UniqueId>, IStoreLabelsRequest, CancellationToken))
Public methodStore(IList<UniqueId>, IList<Annotation>, CancellationToken) Store the annotations for the specified messages.
(Overrides MailFolder.Store(IList<UniqueId>, IList<Annotation>, CancellationToken))
Public methodStore(IList<Int32>, IStoreFlagsRequest, CancellationToken) Store message flags and keywords for a set of messages.
(Overrides MailFolder.Store(IList<Int32>, IStoreFlagsRequest, CancellationToken))
Public methodStore(IList<Int32>, IStoreLabelsRequest, CancellationToken) Store GMail-style labels for a set of messages.
(Overrides MailFolder.Store(IList<Int32>, IStoreLabelsRequest, CancellationToken))
Public methodStore(IList<Int32>, IList<Annotation>, CancellationToken) Store the annotations for the specified messages.
(Overrides MailFolder.Store(IList<Int32>, IList<Annotation>, CancellationToken))
Public methodStore(Int32, IStoreFlagsRequest, CancellationToken) Store message flags and keywords for a message.
(Inherited from MailFolder)
Public methodStore(Int32, IStoreLabelsRequest, CancellationToken) Store GMail-style labels for a message.
(Inherited from MailFolder)
Public methodStore(Int32, IList<Annotation>, CancellationToken) Store the annotations for the specified message.
(Inherited from MailFolder)
Public methodStore(UniqueId, IStoreFlagsRequest, CancellationToken) Store message flags and keywords for a message.
(Inherited from MailFolder)
Public methodStore(UniqueId, IStoreLabelsRequest, CancellationToken) Store GMail-style labels for a message.
(Inherited from MailFolder)
Public methodStore(UniqueId, IList<Annotation>, CancellationToken) Store the annotations for the specified message.
(Inherited from MailFolder)
Public methodStore(IList<UniqueId>, UInt64, IList<Annotation>, CancellationToken) Store the annotations for the specified messages only if their mod-sequence value is less than the specified value.
(Overrides MailFolder.Store(IList<UniqueId>, UInt64, IList<Annotation>, CancellationToken))
Public methodStore(IList<Int32>, UInt64, IList<Annotation>, CancellationToken) Store the annotations for the specified messages only if their mod-sequence value is less than the specified value.
(Overrides MailFolder.Store(IList<Int32>, UInt64, IList<Annotation>, CancellationToken))
Public methodStoreAsync(IList<UniqueId>, IStoreFlagsRequest, CancellationToken) Asynchronously store message flags and keywords for a set of messages.
(Overrides MailFolder.StoreAsync(IList<UniqueId>, IStoreFlagsRequest, CancellationToken))
Public methodStoreAsync(IList<UniqueId>, IStoreLabelsRequest, CancellationToken) Asynchronously store GMail-style labels for a set of messages.
(Overrides MailFolder.StoreAsync(IList<UniqueId>, IStoreLabelsRequest, CancellationToken))
Public methodStoreAsync(IList<UniqueId>, IList<Annotation>, CancellationToken) Asynchronously store the annotations for the specified messages.
(Overrides MailFolder.StoreAsync(IList<UniqueId>, IList<Annotation>, CancellationToken))
Public methodStoreAsync(IList<Int32>, IStoreFlagsRequest, CancellationToken) Asynchronously store message flags and keywords for a set of messages.
(Overrides MailFolder.StoreAsync(IList<Int32>, IStoreFlagsRequest, CancellationToken))
Public methodStoreAsync(IList<Int32>, IStoreLabelsRequest, CancellationToken) Asynchronously store GMail-style labels for a set of messages.
(Overrides MailFolder.StoreAsync(IList<Int32>, IStoreLabelsRequest, CancellationToken))
Public methodStoreAsync(IList<Int32>, IList<Annotation>, CancellationToken) Asynchronously store the annotations for the specified messages.
(Overrides MailFolder.StoreAsync(IList<Int32>, IList<Annotation>, CancellationToken))
Public methodStoreAsync(Int32, IStoreFlagsRequest, CancellationToken) Asynchronously store message flags and keywords for a message.
(Inherited from MailFolder)
Public methodStoreAsync(Int32, IStoreLabelsRequest, CancellationToken) Asynchronously store GMail-style labels for a message.
(Inherited from MailFolder)
Public methodStoreAsync(Int32, IList<Annotation>, CancellationToken) Asynchronously store the annotations for the specified message.
(Inherited from MailFolder)
Public methodStoreAsync(UniqueId, IStoreFlagsRequest, CancellationToken) Asynchronously store message flags and keywords for a message.
(Inherited from MailFolder)
Public methodStoreAsync(UniqueId, IStoreLabelsRequest, CancellationToken) Asynchronously store GMail-style labels for a message.
(Inherited from MailFolder)
Public methodStoreAsync(UniqueId, IList<Annotation>, CancellationToken) Asynchronously store the annotations for the specified message.
(Inherited from MailFolder)
Public methodStoreAsync(IList<UniqueId>, UInt64, IList<Annotation>, CancellationToken) Asynchronously store the annotations for the specified messages only if their mod-sequence value is less than the specified value.
(Overrides MailFolder.StoreAsync(IList<UniqueId>, UInt64, IList<Annotation>, CancellationToken))
Public methodStoreAsync(IList<Int32>, UInt64, IList<Annotation>, CancellationToken) Asynchronously store the annotations for the specified messages only if their mod-sequence value is less than the specified value.
(Overrides MailFolder.StoreAsync(IList<Int32>, UInt64, IList<Annotation>, CancellationToken))
Public methodSubscribe Subscribe the folder.
(Overrides MailFolder.Subscribe(CancellationToken))
Public methodSubscribeAsync Asynchronously subscribe the folder.
(Overrides MailFolder.SubscribeAsync(CancellationToken))
Public methodSupports Determine whether or not an ImapFolder supports a feature.
(Overrides MailFolder.Supports(FolderFeature))
Public methodThread(ThreadingAlgorithm, SearchQuery, CancellationToken) Thread the messages in the folder that match the search query using the specified threading algorithm.
(Overrides MailFolder.Thread(ThreadingAlgorithm, SearchQuery, CancellationToken))
Public methodThread(IList<UniqueId>, ThreadingAlgorithm, SearchQuery, CancellationToken) Thread the messages in the folder that match the search query using the specified threading algorithm.
(Overrides MailFolder.Thread(IList<UniqueId>, ThreadingAlgorithm, SearchQuery, CancellationToken))
Public methodThreadAsync(ThreadingAlgorithm, SearchQuery, CancellationToken) Asynchronously thread the messages in the folder that match the search query using the specified threading algorithm.
(Overrides MailFolder.ThreadAsync(ThreadingAlgorithm, SearchQuery, CancellationToken))
Public methodThreadAsync(IList<UniqueId>, ThreadingAlgorithm, SearchQuery, CancellationToken) Asynchronously thread the messages in the folder that match the search query using the specified threading algorithm.
(Overrides MailFolder.ThreadAsync(IList<UniqueId>, ThreadingAlgorithm, SearchQuery, CancellationToken))
Public methodToString Returns a String that represents the current MailFolder.
(Inherited from MailFolder)
Public methodUnsubscribe Unsubscribe the folder.
(Overrides MailFolder.Unsubscribe(CancellationToken))
Public methodUnsubscribeAsync Asynchronously unsubscribe the folder.
(Overrides MailFolder.UnsubscribeAsync(CancellationToken))
Top
Extension Methods
 NameDescription
Public Extension MethodAddFlags Add a set of flags to the specified messages.
(Defined by IMailFolderExtensions)
Public Extension MethodAddFlags Add a set of flags to the specified messages.
(Defined by IMailFolderExtensions)
Public Extension MethodAddFlags Add a set of flags to the specified message.
(Defined by IMailFolderExtensions)
Public Extension MethodAddFlags Add a set of flags to the specified message.
(Defined by IMailFolderExtensions)
Public Extension MethodAddFlags Add a set of flags to the specified messages.
(Defined by IMailFolderExtensions)
Public Extension MethodAddFlags Add a set of flags to the specified messages only if their mod-sequence value is less than the specified value.
(Defined by IMailFolderExtensions)
Public Extension MethodAddFlags Add a set of flags to the specified messages.
(Defined by IMailFolderExtensions)
Public Extension MethodAddFlags Add a set of flags to the specified messages only if their mod-sequence value is less than the specified value.
(Defined by IMailFolderExtensions)
Public Extension MethodAddFlags Add a set of flags to the specified message.
(Defined by IMailFolderExtensions)
Public Extension MethodAddFlags Add a set of flags to the specified message.
(Defined by IMailFolderExtensions)
Public Extension MethodAddFlags Add a set of flags to the specified messages only if their mod-sequence value is less than the specified value.
(Defined by IMailFolderExtensions)
Public Extension MethodAddFlags Add a set of flags to the specified messages only if their mod-sequence value is less than the specified value.
(Defined by IMailFolderExtensions)
Public Extension MethodAddFlagsAsync Asynchronously add a set of flags to the specified messages.
(Defined by IMailFolderExtensions)
Public Extension MethodAddFlagsAsync Asynchronously add a set of flags to the specified messages.
(Defined by IMailFolderExtensions)
Public Extension MethodAddFlagsAsync Asynchronously add a set of flags to the specified message.
(Defined by IMailFolderExtensions)
Public Extension MethodAddFlagsAsync Asynchronously add a set of flags to the specified message.
(Defined by IMailFolderExtensions)
Public Extension MethodAddFlagsAsync Asynchronously add a set of flags to the specified messages.
(Defined by IMailFolderExtensions)
Public Extension MethodAddFlagsAsync 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)
Public Extension MethodAddFlagsAsync Asynchronously add a set of flags to the specified messages.
(Defined by IMailFolderExtensions)
Public Extension MethodAddFlagsAsync 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)
Public Extension MethodAddFlagsAsync Asynchronously add a set of flags to the specified message.
(Defined by IMailFolderExtensions)
Public Extension MethodAddFlagsAsync Asynchronously add a set of flags to the specified message.
(Defined by IMailFolderExtensions)
Public Extension MethodAddFlagsAsync 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)
Public Extension MethodAddFlagsAsync 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)
Public Extension MethodAddLabels Add a set of labels to the specified messages.
(Defined by IMailFolderExtensions)
Public Extension MethodAddLabels Add a set of labels to the specified messages.
(Defined by IMailFolderExtensions)
Public Extension MethodAddLabels Add a set of labels to the specified message.
(Defined by IMailFolderExtensions)
Public Extension MethodAddLabels Add a set of labels to the specified message.
(Defined by IMailFolderExtensions)
Public Extension MethodAddLabels Add a set of labels to the specified messages only if their mod-sequence value is less than the specified value.
(Defined by IMailFolderExtensions)
Public Extension MethodAddLabels Add a set of labels to the specified messages only if their mod-sequence value is less than the specified value.
(Defined by IMailFolderExtensions)
Public Extension MethodAddLabelsAsync Asynchronously add a set of labels to the specified messages.
(Defined by IMailFolderExtensions)
Public Extension MethodAddLabelsAsync Asynchronously add a set of labels to the specified messages.
(Defined by IMailFolderExtensions)
Public Extension MethodAddLabelsAsync Asynchronously add a set of labels to the specified message.
(Defined by IMailFolderExtensions)
Public Extension MethodAddLabelsAsync Asynchronously add a set of labels to the specified message.
(Defined by IMailFolderExtensions)
Public Extension MethodAddLabelsAsync 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)
Public Extension MethodAddLabelsAsync 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)
Public Extension MethodAppend Append the specified messages to the folder.
(Defined by IMailFolderExtensions)
Public Extension MethodAppend Append the specified message to the folder.
(Defined by IMailFolderExtensions)
Public Extension MethodAppend Append the specified message to the folder.
(Defined by IMailFolderExtensions)
Public Extension MethodAppend Append the specified messages to the folder.
(Defined by IMailFolderExtensions)
Public Extension MethodAppend Append the specified messages to the folder.
(Defined by IMailFolderExtensions)
Public Extension MethodAppend Append the specified message to the folder.
(Defined by IMailFolderExtensions)
Public Extension MethodAppend Append the specified message to the folder.
(Defined by IMailFolderExtensions)
Public Extension MethodAppend Append the specified messages to the folder.
(Defined by IMailFolderExtensions)
Public Extension MethodAppend Append the specified message to the folder.
(Defined by IMailFolderExtensions)
Public Extension MethodAppend Append the specified message to the folder.
(Defined by IMailFolderExtensions)
Public Extension MethodAppendAsync Asynchronously append the specified messages to the folder.
(Defined by IMailFolderExtensions)
Public Extension MethodAppendAsync Asynchronously append the specified message to the folder.
(Defined by IMailFolderExtensions)
Public Extension MethodAppendAsync Asynchronously append the specified message to the folder.
(Defined by IMailFolderExtensions)
Public Extension MethodAppendAsync Asynchronously append the specified messages to the folder.
(Defined by IMailFolderExtensions)
Public Extension MethodAppendAsync Asynchronously append the specified messages to the folder.
(Defined by IMailFolderExtensions)
Public Extension MethodAppendAsync Asynchronously append the specified message to the folder.
(Defined by IMailFolderExtensions)
Public Extension MethodAppendAsync Asynchronously append the specified message to the folder.
(Defined by IMailFolderExtensions)
Public Extension MethodAppendAsync Asynchronously append the specified messages to the folder.
(Defined by IMailFolderExtensions)
Public Extension MethodAppendAsync Asynchronously append the specified message to the folder.
(Defined by IMailFolderExtensions)
Public Extension MethodAppendAsync Asynchronously append the specified message to the folder.
(Defined by IMailFolderExtensions)
Public Extension MethodCode exampleFetch Fetch the message summaries for the specified message UIDs.
(Defined by IMailFolderExtensions)
Public Extension MethodFetch Fetch the message summaries for the specified message indexes.
(Defined by IMailFolderExtensions)
Public Extension MethodFetch Fetch the message summaries for the specified message UIDs.
(Defined by IMailFolderExtensions)
Public Extension MethodFetch Fetch the message summaries for the specified message UIDs.
(Defined by IMailFolderExtensions)
Public Extension MethodFetch Fetch the message summaries for the specified message UIDs that have a higher mod-sequence value than the one specified.
(Defined by IMailFolderExtensions)
Public Extension MethodFetch Fetch the message summaries for the specified message indexes.
(Defined by IMailFolderExtensions)
Public Extension MethodFetch Fetch the message summaries for the specified message indexes.
(Defined by IMailFolderExtensions)
Public Extension MethodFetch Fetch the message summaries for the specified message indexes that have a higher mod-sequence value than the one specified.
(Defined by IMailFolderExtensions)
Public Extension MethodFetch Fetch the message summaries for the messages between the two indexes, inclusive.
(Defined by IMailFolderExtensions)
Public Extension MethodFetch Fetch the message summaries for the specified message UIDs that have a higher mod-sequence value than the one specified.
(Defined by IMailFolderExtensions)
Public Extension MethodFetch Fetch the message summaries for the specified message UIDs that have a higher mod-sequence value than the one specified.
(Defined by IMailFolderExtensions)
Public Extension MethodFetch Fetch the message summaries for the specified message indexes that have a higher mod-sequence value than the one specified.
(Defined by IMailFolderExtensions)
Public Extension MethodFetch Fetch the message summaries for the specified message indexes that have a higher mod-sequence value than the one specified.
(Defined by IMailFolderExtensions)
Public Extension MethodFetch Fetch the message summaries for the messages between the two indexes, inclusive.
(Defined by IMailFolderExtensions)
Public Extension MethodFetch Fetch the message summaries for the messages between the two indexes, inclusive.
(Defined by IMailFolderExtensions)
Public Extension MethodFetch 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)
Public Extension MethodFetch 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)
Public Extension MethodFetch 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)
Public Extension MethodCode exampleFetchAsync Asynchronously fetch the message summaries for the specified message UIDs.
(Defined by IMailFolderExtensions)
Public Extension MethodFetchAsync Asynchronously fetch the message summaries for the specified message indexes.
(Defined by IMailFolderExtensions)
Public Extension MethodFetchAsync Asynchronously fetch the message summaries for the specified message UIDs.
(Defined by IMailFolderExtensions)
Public Extension MethodFetchAsync Asynchronously fetch the message summaries for the specified message UIDs.
(Defined by IMailFolderExtensions)
Public Extension MethodFetchAsync Asynchronously fetch the message summaries for the specified message UIDs that have a higher mod-sequence value than the one specified.
(Defined by IMailFolderExtensions)
Public Extension MethodFetchAsync Asynchronously fetch the message summaries for the specified message indexes.
(Defined by IMailFolderExtensions)
Public Extension MethodFetchAsync Asynchronously fetch the message summaries for the specified message indexes.
(Defined by IMailFolderExtensions)
Public Extension MethodFetchAsync Asynchronously fetch the message summaries for the specified message indexes that have a higher mod-sequence value than the one specified.
(Defined by IMailFolderExtensions)
Public Extension MethodFetchAsync Asynchronously fetch the message summaries for the messages between the two indexes, inclusive.
(Defined by IMailFolderExtensions)
Public Extension MethodFetchAsync Asynchronously fetch the message summaries for the specified message UIDs that have a higher mod-sequence value than the one specified.
(Defined by IMailFolderExtensions)
Public Extension MethodFetchAsync Asynchronously fetch the message summaries for the specified message UIDs that have a higher mod-sequence value than the one specified.
(Defined by IMailFolderExtensions)
Public Extension MethodFetchAsync Asynchronously fetch the message summaries for the specified message indexes that have a higher mod-sequence value than the one specified.
(Defined by IMailFolderExtensions)
Public Extension MethodFetchAsync Asynchronously fetch the message summaries for the specified message indexes that have a higher mod-sequence value than the one specified.
(Defined by IMailFolderExtensions)
Public Extension MethodFetchAsync Asynchronously fetch the message summaries for the messages between the two indexes, inclusive.
(Defined by IMailFolderExtensions)
Public Extension MethodFetchAsync Asynchronously fetch the message summaries for the messages between the two indexes, inclusive.
(Defined by IMailFolderExtensions)
Public Extension MethodFetchAsync 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)
Public Extension MethodFetchAsync 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)
Public Extension MethodFetchAsync 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)
Public Extension MethodRemoveFlags Remove a set of flags from the specified messages.
(Defined by IMailFolderExtensions)
Public Extension MethodRemoveFlags Remove a set of flags from the specified messages.
(Defined by IMailFolderExtensions)
Public Extension MethodRemoveFlags Remove a set of flags from the specified message.
(Defined by IMailFolderExtensions)
Public Extension MethodRemoveFlags Remove a set of flags from the specified message.
(Defined by IMailFolderExtensions)
Public Extension MethodRemoveFlags Remove a set of flags from the specified messages.
(Defined by IMailFolderExtensions)
Public Extension MethodRemoveFlags Remove a set of flags from the specified messages only if their mod-sequence value is less than the specified value.
(Defined by IMailFolderExtensions)
Public Extension MethodRemoveFlags Remove a set of flags from the specified messages.
(Defined by IMailFolderExtensions)
Public Extension MethodRemoveFlags Remove a set of flags from the specified messages only if their mod-sequence value is less than the specified value.
(Defined by IMailFolderExtensions)
Public Extension MethodRemoveFlags Remove a set of flags from the specified message.
(Defined by IMailFolderExtensions)
Public Extension MethodRemoveFlags Remove a set of flags from the specified message.
(Defined by IMailFolderExtensions)
Public Extension MethodRemoveFlags Remove a set of flags from the specified messages only if their mod-sequence value is less than the specified value.
(Defined by IMailFolderExtensions)
Public Extension MethodRemoveFlags Remove a set of flags from the specified messages only if their mod-sequence value is less than the specified value.
(Defined by IMailFolderExtensions)
Public Extension MethodRemoveFlagsAsync Asynchronously remove a set of flags from the specified messages.
(Defined by IMailFolderExtensions)
Public Extension MethodRemoveFlagsAsync Asynchronously remove a set of flags from the specified messages.
(Defined by IMailFolderExtensions)
Public Extension MethodRemoveFlagsAsync Asynchronously remove a set of flags from the specified message.
(Defined by IMailFolderExtensions)
Public Extension MethodRemoveFlagsAsync Asynchronously remove a set of flags from the specified message.
(Defined by IMailFolderExtensions)
Public Extension MethodRemoveFlagsAsync Asynchronously remove a set of flags from the specified messages.
(Defined by IMailFolderExtensions)
Public Extension MethodRemoveFlagsAsync 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)
Public Extension MethodRemoveFlagsAsync Asynchronously remove a set of flags from the specified messages.
(Defined by IMailFolderExtensions)
Public Extension MethodRemoveFlagsAsync 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)
Public Extension MethodRemoveFlagsAsync Asynchronously remove a set of flags from the specified message.
(Defined by IMailFolderExtensions)
Public Extension MethodRemoveFlagsAsync Asynchronously remove a set of flags from the specified message.
(Defined by IMailFolderExtensions)
Public Extension MethodRemoveFlagsAsync 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)
Public Extension MethodRemoveFlagsAsync 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)
Public Extension MethodRemoveLabels Remove a set of labels from the specified messages.
(Defined by IMailFolderExtensions)
Public Extension MethodRemoveLabels Remove a set of labels from the specified messages.
(Defined by IMailFolderExtensions)
Public Extension MethodRemoveLabels Remove a set of labels from the specified message.
(Defined by IMailFolderExtensions)
Public Extension MethodRemoveLabels Remove a set of labels from the specified message.
(Defined by IMailFolderExtensions)
Public Extension MethodRemoveLabels Remove a set of labels from the specified messages only if their mod-sequence value is less than the specified value.
(Defined by IMailFolderExtensions)
Public Extension MethodRemoveLabels Remove a set of labels from the specified messages only if their mod-sequence value is less than the specified value.
(Defined by IMailFolderExtensions)
Public Extension MethodRemoveLabelsAsync Asynchronously remove a set of labels from the specified messages.
(Defined by IMailFolderExtensions)
Public Extension MethodRemoveLabelsAsync Asynchronously remove a set of labels from the specified messages.
(Defined by IMailFolderExtensions)
Public Extension MethodRemoveLabelsAsync Asynchronously remove a set of labels from the specified message.
(Defined by IMailFolderExtensions)
Public Extension MethodRemoveLabelsAsync Asynchronously remove a set of labels from the specified message.
(Defined by IMailFolderExtensions)
Public Extension MethodRemoveLabelsAsync 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)
Public Extension MethodRemoveLabelsAsync 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)
Public Extension MethodReplace Replace a message in the folder.
(Defined by IMailFolderExtensions)
Public Extension MethodReplace Replace a message in the folder.
(Defined by IMailFolderExtensions)
Public Extension MethodReplace Replace a message in the folder.
(Defined by IMailFolderExtensions)
Public Extension MethodReplace Replace a message in the folder.
(Defined by IMailFolderExtensions)
Public Extension MethodReplace Replace a message in the folder.
(Defined by IMailFolderExtensions)
Public Extension MethodReplace Replace a message in the folder.
(Defined by IMailFolderExtensions)
Public Extension MethodReplace Replace a message in the folder.
(Defined by IMailFolderExtensions)
Public Extension MethodReplace Replace a message in the folder.
(Defined by IMailFolderExtensions)
Public Extension MethodReplaceAsync Asynchronously replace a message in the folder.
(Defined by IMailFolderExtensions)
Public Extension MethodReplaceAsync Asynchronously replace a message in the folder.
(Defined by IMailFolderExtensions)
Public Extension MethodReplaceAsync Asynchronously replace a message in the folder.
(Defined by IMailFolderExtensions)
Public Extension MethodReplaceAsync Asynchronously replace a message in the folder.
(Defined by IMailFolderExtensions)
Public Extension MethodReplaceAsync Asynchronously replace a message in the folder.
(Defined by IMailFolderExtensions)
Public Extension MethodReplaceAsync Asynchronously replace a message in the folder.
(Defined by IMailFolderExtensions)
Public Extension MethodReplaceAsync Asynchronously replace a message in the folder.
(Defined by IMailFolderExtensions)
Public Extension MethodReplaceAsync Asynchronously replace a message in the folder.
(Defined by IMailFolderExtensions)
Public Extension MethodSetFlags Set the flags of the specified messages.
(Defined by IMailFolderExtensions)
Public Extension MethodSetFlags Set the flags of the specified messages.
(Defined by IMailFolderExtensions)
Public Extension MethodSetFlags Set the flags of the specified message.
(Defined by IMailFolderExtensions)
Public Extension MethodSetFlags Set the flags of the specified message.
(Defined by IMailFolderExtensions)
Public Extension MethodSetFlags Set the flags of the specified messages.
(Defined by IMailFolderExtensions)
Public Extension MethodSetFlags Set the flags of the specified messages only if their mod-sequence value is less than the specified value.
(Defined by IMailFolderExtensions)
Public Extension MethodSetFlags Set the flags of the specified messages.
(Defined by IMailFolderExtensions)
Public Extension MethodSetFlags Set the flags of the specified messages only if their mod-sequence value is less than the specified value.
(Defined by IMailFolderExtensions)
Public Extension MethodSetFlags Set the flags of the specified message.
(Defined by IMailFolderExtensions)
Public Extension MethodSetFlags Set the flags of the specified message.
(Defined by IMailFolderExtensions)
Public Extension MethodSetFlags Set the flags of the specified messages only if their mod-sequence value is less than the specified value.
(Defined by IMailFolderExtensions)
Public Extension MethodSetFlags Set the flags of the specified messages only if their mod-sequence value is less than the specified value.
(Defined by IMailFolderExtensions)
Public Extension MethodSetFlagsAsync Asynchronously set the flags of the specified messages.
(Defined by IMailFolderExtensions)
Public Extension MethodSetFlagsAsync Asynchronously set the flags of the specified messages.
(Defined by IMailFolderExtensions)
Public Extension MethodSetFlagsAsync Asynchronously set the flags of the specified message.
(Defined by IMailFolderExtensions)
Public Extension MethodSetFlagsAsync Asynchronously set the flags of the specified message.
(Defined by IMailFolderExtensions)
Public Extension MethodSetFlagsAsync Asynchronously set the flags of the specified messages.
(Defined by IMailFolderExtensions)
Public Extension MethodSetFlagsAsync Asynchronously set the flags of the specified messages only if their mod-sequence value is less than the specified value.
(Defined by IMailFolderExtensions)
Public Extension MethodSetFlagsAsync Asynchronously set the flags of the specified messages.
(Defined by IMailFolderExtensions)
Public Extension MethodSetFlagsAsync Asynchronously set the flags of the specified messages only if their mod-sequence value is less than the specified value.
(Defined by IMailFolderExtensions)
Public Extension MethodSetFlagsAsync Asynchronously set the flags of the specified message.
(Defined by IMailFolderExtensions)
Public Extension MethodSetFlagsAsync Asynchronously set the flags of the specified message.
(Defined by IMailFolderExtensions)
Public Extension MethodSetFlagsAsync Asynchronously set the flags of the specified messages only if their mod-sequence value is less than the specified value.
(Defined by IMailFolderExtensions)
Public Extension MethodSetFlagsAsync Asynchronously set the flags of the specified messages only if their mod-sequence value is less than the specified value.
(Defined by IMailFolderExtensions)
Public Extension MethodSetLabels Set the labels of the specified messages.
(Defined by IMailFolderExtensions)
Public Extension MethodSetLabels Set the labels of the specified messages.
(Defined by IMailFolderExtensions)
Public Extension MethodSetLabels Set the labels of the specified message.
(Defined by IMailFolderExtensions)
Public Extension MethodSetLabels Set the labels of the specified message.
(Defined by IMailFolderExtensions)
Public Extension MethodSetLabels Set the labels of the specified messages only if their mod-sequence value is less than the specified value.
(Defined by IMailFolderExtensions)
Public Extension MethodSetLabels Set the labels of the specified messages only if their mod-sequence value is less than the specified value.
(Defined by IMailFolderExtensions)
Public Extension MethodSetLabelsAsync Asynchronously set the labels of the specified messages.
(Defined by IMailFolderExtensions)
Public Extension MethodSetLabelsAsync Asynchronously set the labels of the specified messages.
(Defined by IMailFolderExtensions)
Public Extension MethodSetLabelsAsync Asynchronously set the labels of the specified message.
(Defined by IMailFolderExtensions)
Public Extension MethodSetLabelsAsync Asynchronously set the labels of the specified message.
(Defined by IMailFolderExtensions)
Public Extension MethodSetLabelsAsync Asynchronously set the labels of the specified messages only if their mod-sequence value is less than the specified value.
(Defined by IMailFolderExtensions)
Public Extension MethodSetLabelsAsync Asynchronously set the labels of the specified messages only if their mod-sequence value is less than the specified value.
(Defined by IMailFolderExtensions)
Top
See Also