Class GoogleMailStreamConstants

java.lang.Object
org.apache.camel.component.google.mail.stream.GoogleMailStreamConstants

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

    • MAIL_TO

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

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

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

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

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

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