com.groupdocs.viewer.options

Class EmailOptions



  • public class EmailOptions
    extends Object

    Provides options for rendering email messages.

    • Constructor Detail

      • EmailOptions

        public EmailOptions()

        Initializes new instance of EmailOptions class.

    • Method Detail

      • getDateTimeFormat

        public String getDateTimeFormat()
        Time Format (can be include TimeZone) for example: 'MM d yyyy HH:mm tt', if not set - current system format is used
      • getFieldTextMap

        public final Map<Field,String> getFieldTextMap()

        The mapping between email message Field and field text representation.

      • getPageSize

        public final PageSize getPageSize()

        The size of the output page.

        Returns:
        The size of the output page.
      • getTimeZoneOffset

        public TimeZone getTimeZoneOffset()
        Message time zone offset
      • setDateTimeFormat

        public void setDateTimeFormat(String dateTimeFormat)
        Time Format (can be include TimeZone) for example: 'MM d yyyy HH:mm tt', if not set - current system format is used
      • setFieldTextMap

        public final void setFieldTextMap(Map<Field,String> value)

        The mapping between email message Field and field text representation.

      • setPageSize

        public final void setPageSize(PageSize value)

        The size of the output page.

        Parameters:
        value - The size of the output page.
      • setTimeZoneOffset

        public void setTimeZoneOffset(TimeZone timeZoneOffset)
        Message time zone offset