Class GoogleMailStreamConstants


  • public final class GoogleMailStreamConstants
    extends Object
    Constants used in Camel Google Mail Stream
    • Field Detail

      • MAIL_TO

        @Metadata(description="The recipient of the message",
                  javaType="String")
        public static final String MAIL_TO
        See Also:
        Constant Field Values
      • MAIL_FROM

        @Metadata(description="The emitter of the message",
                  javaType="String")
        public static final String MAIL_FROM
        See Also:
        Constant Field Values
      • MAIL_CC

        @Metadata(description="The carbon copy of the message",
                  javaType="String")
        public static final String MAIL_CC
        See Also:
        Constant Field Values
      • MAIL_BCC

        @Metadata(description="The blind carbon cpoy of the message",
                  javaType="String")
        public static final String MAIL_BCC
        See Also:
        Constant Field Values
      • MAIL_SUBJECT

        @Metadata(description="The subject of the message",
                  javaType="String")
        public static final String MAIL_SUBJECT
        See Also:
        Constant Field Values
      • MAIL_ID

        @Metadata(description="The ID of the message",
                  javaType="String")
        public static final String MAIL_ID
        See Also:
        Constant Field Values