Uses of Class
org.frankframework.filesystem.exchange.MailItemId
Packages that use MailItemId
-
Uses of MailItemId in org.frankframework.filesystem.exchange
Subclasses of MailItemId in org.frankframework.filesystem.exchangeMethods in org.frankframework.filesystem.exchange that return MailItemIdModifier and TypeMethodDescriptionMethods in org.frankframework.filesystem.exchange that return types with arguments of type MailItemIdModifier and TypeMethodDescriptionExchangeFileSystem.list(String folderName, TypeFilter filter) ExchangeFileSystem.list(MailItemId folderName, 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) ExchangeFileSystem.list(MailItemId folderName, TypeFilter filter) ExchangeFileSystem.moveFile(MailItemId file, String destinationFolder, boolean createFolder) ExchangeFileSystem.readFile(MailItemId file, String charset)