Uses of Enum
de.xima.fc.mdl.enums.EEmailArchiveFormat
Packages that use EEmailArchiveFormat
Package
Description
Commonly used enumeration that are mainly used in model classes.
-
Uses of EEmailArchiveFormat in de.xima.fc.mail
Methods in de.xima.fc.mail with parameters of type EEmailArchiveFormatModifier and TypeMethodDescriptionstatic void
MailArchiveUtils.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 EEmailArchiveFormatModifier and TypeMethodDescriptionstatic EEmailArchiveFormat
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 EEmailArchiveFormatMethods in de.xima.fc.workflow.model.nodes with parameters of type EEmailArchiveFormatModifier and TypeMethodDescriptionvoid
FcEmailProps.setArchiveFormat
(EEmailArchiveFormat archiveFormat)