Uses of Class
de.xima.fc.mdl.enums.EEmailArchiveFormat
-
Packages that use EEmailArchiveFormat Package Description de.xima.fc.mail de.xima.fc.mdl.enums Commonly used enumeration that are mainly used in model classes.de.xima.fc.workflow.model.nodes -
-
Uses of EEmailArchiveFormat in de.xima.fc.mail
Methods in de.xima.fc.mail with parameters of type EEmailArchiveFormat Modifier and Type Method Description static voidMailArchiveUtils. archive(File targetFile, MandantMailData data, IBaseMailData mail, EEmailArchiveFormat format)Archives an email by writing it to aFile. -
Uses of EEmailArchiveFormat in de.xima.fc.mdl.enums
Methods in de.xima.fc.mdl.enums that return EEmailArchiveFormat Modifier and Type Method Description static EEmailArchiveFormatEEmailArchiveFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static EEmailArchiveFormat[]EEmailArchiveFormat. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of EEmailArchiveFormat in de.xima.fc.workflow.model.nodes
Methods in de.xima.fc.workflow.model.nodes that return EEmailArchiveFormat Modifier and Type Method Description EEmailArchiveFormatFcEmailProps. getArchiveFormat()Methods in de.xima.fc.workflow.model.nodes with parameters of type EEmailArchiveFormat Modifier and Type Method Description voidFcEmailProps. setArchiveFormat(EEmailArchiveFormat archiveFormat)
-