This type is a class for model objects.
Application deployment configuration of a mail session. Corresponds with type MailSessionResource in the application configuration. @since Java EE 7.
Package: appresources| Attributes Summary | |
| refName : EString | The JNDI name of the mail session. |
| storeProtocol : EString | The storage protocol of the mail session. |
| storeProtocolClass : EString | The fully-qualified name of the implementation class of the storage protocol of the mail session. |
| transportProtocol : EString | The transport protocol of the mail session. |
| transportProtocolClass : EString | The fully-qualified name of the implementation class of the transport protocol of the mail session. |
| host : EString | The host name of the mail server of the mail session. |
| user : EString | The user name of the mail server of the mail session. |
| password : EString | The password of the mail server of the mail session. |
| from : EString | The e-mail address used to indicate the message sender of the mail session. |
| properties : Property * | The properties of the mail session. |
| sources : Contributor + | TBD |
| Attribute Details |