com.tibco.bw.plugin.config.mail
Interface ReceiveMailConfigProps

All Superinterfaces:
CommonProps

public interface ReceiveMailConfigProps
extends CommonProps

The set of all configuration properties of the Receive Mail Activity.


Field Summary
static byte CREATE_NON_EXISTENT_DIRECTORIES
          This is the Create Non-Existing Directories configuration property.
static byte DELETE_MAIL
          This is the Delete Mail configuration property.
static byte DIRECTORY
          This is the Directory configuration property.
static byte HOST
          This is the Host configuration property.
static byte PASSWORD
          This is the Password configuration property.
static byte POLLING_INTERVAL
          This is the Polling Interval (sec) configuration property.
static byte PROVIDE_RAW_MESSAGE
          This is the Provide Raw Message configuration property.
static byte THRESHOLD_DATA_SIZE
          This is the Threshold Data Size (bytes) configuration property.
static byte UPGRADE_CONFIGURATION
          This is the Upgrade Configuration configuration property.
static byte USERNAME
          This is the User name configuration property.
static byte WRITE_TO_FILE
          This is the Write to File configuration property.
 
Fields inherited from interface com.tibco.bw.plugin.config.CommonProps
DESCRIPTION, NAME, UNRESERVED_PROPERTY
 

Field Detail

HOST


static final byte HOST
This is the Host configuration property.

The type of this configuration property is java.lang.String

See Also:
Constant Field Values

USERNAME


static final byte USERNAME
This is the User name configuration property.

The type of this configuration property is java.lang.String

See Also:
Constant Field Values

PASSWORD


static final byte PASSWORD
This is the Password configuration property.

The type of this configuration property is java.lang.String

See Also:
Constant Field Values

POLLING_INTERVAL


static final byte POLLING_INTERVAL
This is the Polling Interval (sec) configuration property.

The type of this configuration property is java.lang.String

See Also:
Constant Field Values

DELETE_MAIL


static final byte DELETE_MAIL
This is the Delete Mail configuration property.

The type of this configuration property is boolean

See Also:
Constant Field Values

PROVIDE_RAW_MESSAGE


static final byte PROVIDE_RAW_MESSAGE
This is the Provide Raw Message configuration property.

The type of this configuration property is boolean

See Also:
Constant Field Values

WRITE_TO_FILE


static final byte WRITE_TO_FILE
This is the Write to File configuration property.

The type of this configuration property is boolean

See Also:
Constant Field Values

DIRECTORY


static final byte DIRECTORY
This is the Directory configuration property.

The type of this configuration property is java.lang.String

See Also:
Constant Field Values

CREATE_NON_EXISTENT_DIRECTORIES


static final byte CREATE_NON_EXISTENT_DIRECTORIES
This is the Create Non-Existing Directories configuration property.

The type of this configuration property is boolean

See Also:
Constant Field Values

THRESHOLD_DATA_SIZE


static final byte THRESHOLD_DATA_SIZE
This is the Threshold Data Size (bytes) configuration property.

The type of this configuration property is java.lang.String

See Also:
Constant Field Values

UPGRADE_CONFIGURATION


static final byte UPGRADE_CONFIGURATION
This is the Upgrade Configuration configuration property. This property is only available for projects created in version 5.2 and earlier

The type of this configuration property is boolean

See Also:
Constant Field Values


Copyright @ 2010, TIBCO Softwares (Inc). All right reserved