You open the Java Mail Resource property sheet by selecting a Java Mail resource node under the Registered Java Mail Sessions node or under the Unregistered Java Mail Sessions node in the Explorer's Runtime tab.
A Java Mail resource has the following properties:
This property specifies whether the debugging is enabled or not.
This property specifies the default return address of the user. The default address should be in this form: username@host
This property specifies the username to provide when connecting to a mail server. The connect methods of the Store and Transport objects use this property to obtain the username if the protocol-specific username property is absent.
This property specifies a description for the Java Mail resource.
This property specifies whether the Java Mail resource is enabled or disabled.
This property specifies the JNDI name of the Java Mail resource. The JNDI name must not contain spaces in between.
This property specifies the default Mail server. The connect methods of the Store and Transport objects use this property to locate the target host if the protocol-specific host property is absent.
This property specifies any property that the Java Mail resource uses. To add the properties, click this field and its ellipsis (...) button and add the properties using the Add button.
This property specifies the store protocol that this Java Mail resource uses.
This property specifies the Java class name of the store protocol.
This property specifies the transport protocol that this Java Mail resource uses.
This property specifies the Java class name of the transport protocol.
See also | |
Java Mail Resources |