Uses of Class
org.frankframework.filesystem.exchange.MailItemId
Packages that use MailItemId
Package
Description
-
Uses of MailItemId in org.frankframework.filesystem.exchange
Subclasses of MailItemId in org.frankframework.filesystem.exchangeSubclasses with type arguments of type MailItemId in org.frankframework.filesystem.exchangeModifier and TypeClassDescriptionclassImplementation of aIBasicFileSystemof an Exchange Mailbox.Methods in org.frankframework.filesystem.exchange that return MailItemIdModifier and TypeMethodDescriptionMethods in org.frankframework.filesystem.exchange that return types with arguments of type MailItemIdModifier and TypeMethodDescription@NonNull DirectoryStream<MailItemId> ExchangeFileSystem.list(String folderName, @NonNull TypeFilter filter) @NonNull DirectoryStream<MailItemId> ExchangeFileSystem.list(MailItemId folderName, @NonNull TypeFilter filter) Methods in org.frankframework.filesystem.exchange with parameters of type MailItemIdModifier and TypeMethodDescriptionExchangeFileSystem.copyFile(MailItemId file, String destinationFolder, boolean createFolder) voidExchangeFileSystem.deleteFile(MailItemId id) booleanExchangeFileSystem.exists(MailItemId file) ExchangeFileSystem.getAdditionalFileProperties(MailItemId f) ExchangeFileSystem.getCanonicalName(MailItemId file) longExchangeFileSystem.getFileSize(MailItemId file) ExchangeFileSystem.getModificationTime(MailItemId file) ExchangeFileSystem.getName(MailItemId msg) ExchangeFileSystem.getParentFolder(MailItemId msg) booleanExchangeFileSystem.isFolder(MailItemId file) @NonNull DirectoryStream<MailItemId> ExchangeFileSystem.list(MailItemId folderName, @NonNull TypeFilter filter) ExchangeFileSystem.moveFile(MailItemId file, String destinationFolder, boolean createFolder) ExchangeFileSystem.readFile(MailItemId file, String charset) -
Uses of MailItemId in org.frankframework.receivers
Subclasses with type arguments of type MailItemId in org.frankframework.receiversModifier and TypeClassDescriptionclassMicrosoft Exchange Implementation of a mailbox based filesystem. -
Uses of MailItemId in org.frankframework.senders
Subclasses with type arguments of type MailItemId in org.frankframework.sendersModifier and TypeClassDescriptionclassImplementation of aAbstractFileSystemSenderthat enables to manipulate messages in an Exchange folder.