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

All Superinterfaces:
CommonProps

public interface SendMailConfigProps
extends CommonProps

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


Field Summary
static byte AUTHENTICATE
          This is the Authenticate configuration property.
static byte HOST
          This is the Host configuration property.
static byte NON_STANDARD_EMAIL_IDS
          This is the Allow Non-Standard Email ID's configuration property.
static byte PASSWORD
          This is the Password configuration property.
static byte UPGRADE_CONFIGURATION
          This is the Upgrade Configuration configuration property.
static byte USERNAME
          This is the User Name 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

AUTHENTICATE


static final byte AUTHENTICATE
This is the Authenticate configuration property.

The type of this configuration property is boolean

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

NON_STANDARD_EMAIL_IDS


static final byte NON_STANDARD_EMAIL_IDS
This is the Allow Non-Standard Email ID's configuration property.

The type of this configuration property is boolean

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