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 MailItemIdMethods in org.frankframework.filesystem.exchange with parameters of type MailItemIdModifier and TypeMethodDescriptionExchangeFileSystem.copyFile
(MailItemId file, String destinationFolder, boolean createFolder) void
ExchangeFileSystem.deleteFile
(MailItemId id) boolean
ExchangeFileSystem.exists
(MailItemId file) ExchangeFileSystem.getAdditionalFileProperties
(MailItemId f) ExchangeFileSystem.getCanonicalName
(MailItemId file) long
ExchangeFileSystem.getFileSize
(MailItemId file) ExchangeFileSystem.getModificationTime
(MailItemId file) ExchangeFileSystem.getName
(MailItemId msg) ExchangeFileSystem.getParentFolder
(MailItemId msg) boolean
ExchangeFileSystem.isFolder
(MailItemId file) ExchangeFileSystem.moveFile
(MailItemId file, String destinationFolder, boolean createFolder) ExchangeFileSystem.readFile
(MailItemId file, String charset)