public class EmailDialog
EmailDialog Displays a dialog which allows users to send emails and maintain email settings and contacts
Modifier and Type | Field and Description |
---|---|
static BBjNumber | EMAIL_BCC_TYPE=2 Constant that represents a email BCC address type |
static BBjNumber | EMAIL_CC_TYPE=1 Constant that represents a email CC address type |
static BBjNumber | EMAIL_TO_TYPE=0 Constant that represents a email To address type |
BBjNumber | Retries!=0 *** Programmatically configurable properties * ** |
Constructor and Description |
---|
EmailDialog() Default Constructor Creates an empty EmailDialog object |
Modifier and Type | Method and Description |
---|---|
BBjNumber | addEmailAddress(BBjString p_emailAddress$, BBjNumber p_emailType) addEmailAddress Adds an email address to the appropriate list |
BBjNumber | addEmailAddress(BBjString p_firstName$, BBjString p_lastName$, BBjString p_emailAddress$, BBjNumber p_emailType) addEmailAddress Adds an email address to the appropriate list |
BBjNumber | addEmailAttachment(BBjString p_emailAttachment$) addEmailAttachment Adds a file as an email attachment |
BBjNumber | addEmailContact(EmailContact p_emailContact!) addEmailContact Adds an email contact to the contact list |
BBjNumber | addEmailContact(EmailContact p_emailContact!, BBjNumber p_emailType) addEmailContact Adds an email contact to the appropriate list |
BBjNumber | addEmailContacts(BBjVector p_emailContacts!) addEmailContacts Adds email contacts to the contact list |
BBjNumber | addEmailContacts(BBjVector p_emailContacts!, BBjNumber p_emailType) addEmailContacts Adds email contacts to the appropriate list |
void | contactsDialogChange(BBjNumber p_newContact) contactsDialogChange Brings up the contacts dialog |
void | doModal() doModal Runs the email dialog |
BBjNumber | getCloseOnSend() getCloseOnSend Returns whether the dialog should be closed on a send |
BBjNumber | getCreateContactsOnSend() getCreateContactsOnSend Returns whether contacts should be created for new email addresses on a send |
BBjVector | getEmailAttachments() getEmailAttachments Returns the file names of the email attachments |
HashMap | getEmailContacts() getEmailContacts Returns the email contacts |
BBjString | getEmailFrom() getEmailFrom Returns the email from address |
BBjString | getEmailMessage() getEmailMessage Returns the email message |
BBjString | getEmailServerHost() getEmailServerHost Returns the email server host name |
BBjString | getEmailServerPassword() getEmailServerPassword Returns the email server password |
BBjNumber | getEmailServerPort() getEmailServerPort Returns the email server port |
BBjNumber | getEmailServerSSL() getEmailServerSSL Returns the email server SSL |
BBjString | getEmailServerUserName() getEmailServerUserName Returns the email server user name |
BBjString | getEmailSubject() getEmailSubject Returns the email subject |
BBjNumber | getHeight() getHeight Returns the height of the dialog |
BBjString | getTitle() getTitle Returns the dialog title |
BBjNumber | getWidth() getWidth Returns the width of the dialog |
BBjNumber | getX() getX Returns the X location of the email dialog |
BBjNumber | getY() getY Returns the Y location of the email dialog |
void | loadEmailContacts() loadEmailContacts Loads contacts from the HashMap into the contacts grid |
void | loadEmailContacts(BBjString p_emailAddress$) loadEmailContacts Loads email contacts from the HashMap into the contacts grid |
void | OnAttachmentDialogApprove(BBjFileChooserApproveEvent p_event!) OnAttachmentDialogApprove Callback when a file is choosen in the attachment dialog |
void | OnAttachmentDialogClose(BBjSysGuiEvent p_event!) OnAttachmentDialogClose Callback when the attachment dialog should be closed |
void | OnAttachmentRemove(BBjToolButtonPushEvent p_event!) OnAttachmentRemove Callback for when a remove attachment tool button is pushed |
void | OnContactChangeDialogClose(BBjSysGuiEvent p_event!) OnContactChangeDialogClose Callback for when the contact change dialog is closed |
void | OnContactChangeEmailEdit(BBjEditModifyEvent p_event!) OnContactChangeEmailEdit Callback for when the contact change email is edited |
void | OnContactChangeFirstNameEdit(BBjEditModifyEvent p_event!) OnContactChangeFirstNameEdit Callback for when the contact change first name is edited |
void | OnContactChangeLastNameEdit(BBjEditModifyEvent p_event!) OnContactChangeLastNameEdit Callback for when the contact change last name is edited |
void | OnContactChangeSave(BBjButtonPushEvent p_event!) OnContactChangeSave Callback for when the contact change save button is pressed |
void | OnContactDialogEdit(BBjButtonPushEvent p_event!) OnContactDialogEdit Callback when the contact edit button is pressed |
void | OnContactDialogNew(BBjButtonPushEvent p_event!) OnContactDialogEdit Callback when the contact new button is pressed |
void | OnContactsDialogClose(BBjSysGuiEvent p_event!) OnContactsDialogClose Callback to close the Contacts dialog |
void | OnContactsDialogRemove(BBjButtonPushEvent p_event!) OnContactsDialogRemove Callback for when the Contacts remove button is pressed |
void | OnContactsDialogSelect(BBjButtonPushEvent p_event!) OnContactsDialogSelect Callback for when the contacts select button is preseed |
void | OnContactsGridDoubleClick(BBjGridDoubleClickEvent p_event!) OnContactsGridDoubleClick Callback when the user double clicks on the contacts grid |
void | OnEmailAddressEdit(BBjEditModifyEvent p_event!) OnEmailAddressEdit Callback for when an email address text is changed |
void | OnEmailAddressLostFocus(BBjLostFocusEvent p_event!) OnEmailAddressLostFocus Callback for when an email address loses focus |
void | OnEmailAddressRemove(BBjToolButtonPushEvent p_event!) OnEmailAddressRemove Callback for when the email dialog remove email address button is pushed |
void | OnEmailAddressSelect(BBjListDoubleClickEvent p_event!) OnEmailAddressSelect Callback for when an email address is selected from the address list box |
void | OnEmailBCCAddressKeypress(BBjEditKeypressEvent p_event!) OnEmailBCCAddressKeypress Callback for when a key is pressed in the email bcc edit box |
void | OnEmailCCAddressKeypress(BBjEditKeypressEvent p_event!) OnEmailCCAddressKeypress Callback for when a key is pressed in the email cc edit box |
void | OnEmailDialogAttachmentClient(BBjSysGuiEvent p_event!) OnEmailDialogAttachmentClient Callback to add a client file as an attachment to the email |
void | OnEmailDialogAttachmentServer(BBjSysGuiEvent p_event!) OnEmailDialogAttachmentServer Callback to add a server file as an attachment to the email |
void | OnEmailDialogBCCAdd(BBjPopupSelectEvent p_event!) OnEmailDialogBCCAdd Callback for when the email dialog BCC add menu item is selected |
void | OnEmailDialogBCCContacts(BBjButtonPushEvent p_event!) OnEmailDialogBCContacts Callback to bring up the contacts dialog for the BCC addresees |
void | OnEmailDialogBCCRemove(BBjPopupSelectEvent p_event!) OnEmailDialogBCCRemove Callback for when the email dialog BCC remove menu item is selected |
void | OnEmailDialogCCAdd(BBjPopupSelectEvent p_event!) OnEmailDialogCCAdd Callback for when the email dialog CC add menu item is selected |
void | OnEmailDialogCCContacts(BBjButtonPushEvent p_event!) OnEmailDialogCCContacts Callback to bring up the contacts dialog for the CC addresees |
void | OnEmailDialogCCRemove(BBjPopupSelectEvent p_event!) OnEmailDialogCCRemove Callback for when the email dialog CC remove menu item is selected |
void | OnEmailDialogClose(BBjSysGuiEvent p_event!) OnEmailDialogClose Callback for when the email dialog is to be closed |
void | OnEmailDialogSend(BBjButtonPushEvent p_event!) OnEmailDialogSend Callback for when the email dialog send button is pressed |
void | OnEmailDialogSettings(BBjButtonPushEvent p_event!) OnEmailDialogSettings Callback for when the email dialog settings button is pressed |
void | OnEmailDialogToContacts(BBjButtonPushEvent p_event!) OnEmailDialogToContacts Callback to bring up the contacts dialog for the To addresees |
void | OnEmailSettingsDialogClose(BBjSysGuiEvent p_event!) OnEmailSettingsDialogClose Callback for when the email settings dialog is to be closed |
void | OnEmailSettingsDialogSave(BBjButtonPushEvent p_event!) Callback for when the email settings dialog save button is pressed |
void | OnEmailToAddressKeypress(BBjEditKeypressEvent p_event!) OnEmailToAddressKeypress Callback for when a key is pressed in the email to edit box |
void | removeAllEmailContacts() removeAllEmailContacts Removes all email contacts from the contact list |
BBjNumber | removeEmailAddress(BBjString p_emailAddress$, BBjNumber p_emailType) removeEmailAddress Removes an email address from the appropriate list |
BBjNumber | removeEmailAddresses(BBjVector p_emailAddresses!, BBjNumber p_emailType) removeEmailAddresses Removes email addresses from the appropriate list |
BBjNumber | removeEmailAttachment(BBjString p_emailAttachment$) removeEmailAttachment Removes an email attachment |
BBjNumber | removeEmailContact(EmailContact p_emailContact!) removeEmailContact Removes an email contact from the contact list |
BBjNumber | removeEmailContact(EmailContact p_emailContact!, BBjNumber p_emailType) removeEmailContact Removes an email contact from the appropriate list |
BBjNumber | removeEmailContacts(BBjVector p_emailContacts!) removeEmailContacts Removes email contacts from the contact list |
BBjNumber | removeEmailContacts(BBjVector p_emailContacts!, BBjNumber p_emailType) removeEmailContacts Removes email contacts from the appropriate list |
void | saveEmailContacts() saveEmailContacts Saves the email contacts to the user properties |
void | setCloseOnSend(BBjNumber p_closeOnSend) setCloseOnSend Sets whether dialog should be closed on a send |
void | setCreateContactsOnSend(BBjNumber p_createContactsOnSend) setCreateContactsOnSend Sets whether contacts should be created for new email addresses on a send |
void | setEmailFrom(BBjString p_emailFrom$) setEmailFrom Sets the email from address |
void | setEmailMessage(BBjString p_emailMessage$) setEmailMessage Sets the email message |
void | setEmailServerHost(BBjString p_emailServerHost$) setEmailServerHost Sets the email server host |
void | setEmailServerPassword(BBjString p_emailServerPassword$) setEmailServerPassword Sets password that will be used to authenticate to the email server |
void | setEmailServerPort(BBjNumber p_emailServerPort) setEmailServerPort Sets the email server port |
void | setEmailServerSSL(BBjNumber p_emailServerSSL) setEmailServerSSL Sets the email server ssl protocol on or off |
void | setEmailServerUserName(BBjString p_emailServerUserName$) setEmailServerUserName Sets user name that will be used to authenticate to the email server |
void | setEmailSubject(BBjString p_emailSubject$) setEmailSubject Sets the email subject |
void | setLocation(BBjNumber p_x, BBjNumber p_y) setLocation Sets the X, Y location of the dialog |
void | setTitle(BBjString p_title$) setTitle Sets the title of the dialog |
public static BBjNumber EMAIL_BCC_TYPE=2
Constant that represents a email BCC address type
public static BBjNumber EMAIL_CC_TYPE=1
Constant that represents a email CC address type
public static BBjNumber EMAIL_TO_TYPE=0
Constant that represents a email To address type
public BBjNumber Retries!=0
*** Programmatically configurable properties * **
public EmailDialog()
Default Constructor Creates an empty EmailDialog object
public BBjNumber addEmailAddress(BBjString p_emailAddress$, BBjNumber p_emailType)
addEmailAddress Adds an email address to the appropriate list
p_emailAddress$
Email addressp_emailType
Email type (To, CC, BCC)public BBjNumber addEmailAddress(BBjString p_firstName$, BBjString p_lastName$, BBjString p_emailAddress$, BBjNumber p_emailType)
addEmailAddress Adds an email address to the appropriate list
p_firstName$
First namep_LastName$
Last namep_emailAddress$
Email addressp_emailType
Email type (To, CC, BCC)public BBjNumber addEmailAttachment(BBjString p_emailAttachment$)
addEmailAttachment Adds a file as an email attachment
p_emailAttachment$
Location of file to add as an email attachment The attachment will only be added if the associated file can be openedpublic BBjNumber addEmailContact(EmailContact p_emailContact!)
addEmailContact Adds an email contact to the contact list
p_emailContact!
EmailContact object to add to the contact listpublic BBjNumber addEmailContact(EmailContact p_emailContact!, BBjNumber p_emailType)
addEmailContact Adds an email contact to the appropriate list
p_emailContact!
Email contact object to addp_emailType
Email type (To, CC, BCC)public BBjNumber addEmailContacts(BBjVector p_emailContacts!)
addEmailContacts Adds email contacts to the contact list
p_emailContacts!
Vector that contains the EmailContact objects to addpublic BBjNumber addEmailContacts(BBjVector p_emailContacts!, BBjNumber p_emailType)
addEmailContacts Adds email contacts to the appropriate list
p_emailContacts!
Vector that contains the email contact objects to addp_emailType
Email type (To, CC, BCC)public void contactsDialogChange(BBjNumber p_newContact)
contactsDialogChange Brings up the contacts dialog
p_newContact
Specify 1 for a new contact, otherwise 0public void doModal()
doModal Runs the email dialog
public BBjNumber getCloseOnSend()
getCloseOnSend Returns whether the dialog should be closed on a send
public BBjNumber getCreateContactsOnSend()
getCreateContactsOnSend Returns whether contacts should be created for new email addresses on a send
public BBjVector getEmailAttachments()
getEmailAttachments Returns the file names of the email attachments
public HashMap getEmailContacts()
getEmailContacts Returns the email contacts
public BBjString getEmailFrom()
getEmailFrom Returns the email from address
public BBjString getEmailMessage()
getEmailMessage Returns the email message
public BBjString getEmailServerHost()
getEmailServerHost Returns the email server host name
public BBjString getEmailServerPassword()
getEmailServerPassword Returns the email server password
public BBjNumber getEmailServerPort()
getEmailServerPort Returns the email server port
public BBjNumber getEmailServerSSL()
getEmailServerSSL Returns the email server SSL
public BBjString getEmailServerUserName()
getEmailServerUserName Returns the email server user name
public BBjString getEmailSubject()
getEmailSubject Returns the email subject
public BBjNumber getHeight()
getHeight Returns the height of the dialog
public BBjString getTitle()
getTitle Returns the dialog title
public BBjNumber getWidth()
getWidth Returns the width of the dialog
public BBjNumber getX()
getX Returns the X location of the email dialog
public BBjNumber getY()
getY Returns the Y location of the email dialog
public void loadEmailContacts()
loadEmailContacts Loads contacts from the HashMap into the contacts grid
public void loadEmailContacts(BBjString p_emailAddress$)
loadEmailContacts Loads email contacts from the HashMap into the contacts grid
p_emailAddress$
Email address to be selected after the grid is loadedpublic void OnAttachmentDialogApprove(BBjFileChooserApproveEvent p_event!)
OnAttachmentDialogApprove Callback when a file is choosen in the attachment dialog
p_event!
BBjFileChooserApproveEvent objectpublic void OnAttachmentDialogClose(BBjSysGuiEvent p_event!)
OnAttachmentDialogClose Callback when the attachment dialog should be closed
p_event!
BBjSysGuiEvent objectpublic void OnAttachmentRemove(BBjToolButtonPushEvent p_event!)
OnAttachmentRemove Callback for when a remove attachment tool button is pushed
p_event!
BBjToolButtonPushEvent objectpublic void OnContactChangeDialogClose(BBjSysGuiEvent p_event!)
OnContactChangeDialogClose Callback for when the contact change dialog is closed
p_event!
BBjSysGuiEvent objectpublic void OnContactChangeEmailEdit(BBjEditModifyEvent p_event!)
OnContactChangeEmailEdit Callback for when the contact change email is edited
p_event!
BBjEditModifyEvent objectpublic void OnContactChangeFirstNameEdit(BBjEditModifyEvent p_event!)
OnContactChangeFirstNameEdit Callback for when the contact change first name is edited
p_event!
BBjEditModifyEvent objectpublic void OnContactChangeLastNameEdit(BBjEditModifyEvent p_event!)
OnContactChangeLastNameEdit Callback for when the contact change last name is edited
p_event!
BBjEditModifyEvent objectpublic void OnContactChangeSave(BBjButtonPushEvent p_event!)
OnContactChangeSave Callback for when the contact change save button is pressed
p_event!
BBjButtonPushEvent objectpublic void OnContactDialogEdit(BBjButtonPushEvent p_event!)
OnContactDialogEdit Callback when the contact edit button is pressed
p_event!
BBjButtonPushEvent objectpublic void OnContactDialogNew(BBjButtonPushEvent p_event!)
OnContactDialogEdit Callback when the contact new button is pressed
p_event!
BBjButtonPushEvent objectpublic void OnContactsDialogClose(BBjSysGuiEvent p_event!)
OnContactsDialogClose Callback to close the Contacts dialog
p_event!
BBjSysGuiEvent objectpublic void OnContactsDialogRemove(BBjButtonPushEvent p_event!)
OnContactsDialogRemove Callback for when the Contacts remove button is pressed
p_event!
BBjButtonPushEvent objectpublic void OnContactsDialogSelect(BBjButtonPushEvent p_event!)
OnContactsDialogSelect Callback for when the contacts select button is preseed
p_event!
BBjButtonPushEvent objectpublic void OnContactsGridDoubleClick(BBjGridDoubleClickEvent p_event!)
OnContactsGridDoubleClick Callback when the user double clicks on the contacts grid
p_event!
BBjGridDoubleClickEvent objectpublic void OnEmailAddressEdit(BBjEditModifyEvent p_event!)
OnEmailAddressEdit Callback for when an email address text is changed
p_event!
BBjEditModifyEvent objectpublic void OnEmailAddressLostFocus(BBjLostFocusEvent p_event!)
OnEmailAddressLostFocus Callback for when an email address loses focus
p_event!
BBjLostFocusEvent objectpublic void OnEmailAddressRemove(BBjToolButtonPushEvent p_event!)
OnEmailAddressRemove Callback for when the email dialog remove email address button is pushed
p_event!
BBjToolButtonPushEvent objectpublic void OnEmailAddressSelect(BBjListDoubleClickEvent p_event!)
OnEmailAddressSelect Callback for when an email address is selected from the address list box
p_event!
BBjListDoubleClickEvent objectpublic void OnEmailBCCAddressKeypress(BBjEditKeypressEvent p_event!)
OnEmailBCCAddressKeypress Callback for when a key is pressed in the email bcc edit box
p_event!
BBjEditKeypressEvent objectpublic void OnEmailCCAddressKeypress(BBjEditKeypressEvent p_event!)
OnEmailCCAddressKeypress Callback for when a key is pressed in the email cc edit box
p_event!
BBjEditKeypressEvent objectpublic void OnEmailDialogAttachmentClient(BBjSysGuiEvent p_event!)
OnEmailDialogAttachmentClient Callback to add a client file as an attachment to the email
p_event!
BBjSysGuiEvent objectpublic void OnEmailDialogAttachmentServer(BBjSysGuiEvent p_event!)
OnEmailDialogAttachmentServer Callback to add a server file as an attachment to the email
p_event!
BBjSysGuiEvent objectpublic void OnEmailDialogBCCAdd(BBjPopupSelectEvent p_event!)
OnEmailDialogBCCAdd Callback for when the email dialog BCC add menu item is selected
p_event!
BBjPopupSelectEvent objectpublic void OnEmailDialogBCCContacts(BBjButtonPushEvent p_event!)
OnEmailDialogBCContacts Callback to bring up the contacts dialog for the BCC addresees
p_event!
BBjButtonPushEvent objectpublic void OnEmailDialogBCCRemove(BBjPopupSelectEvent p_event!)
OnEmailDialogBCCRemove Callback for when the email dialog BCC remove menu item is selected
p_event!
BBjPopupSelectEvent objectpublic void OnEmailDialogCCAdd(BBjPopupSelectEvent p_event!)
OnEmailDialogCCAdd Callback for when the email dialog CC add menu item is selected
p_event!
BBjPopupSelectEvent objectpublic void OnEmailDialogCCContacts(BBjButtonPushEvent p_event!)
OnEmailDialogCCContacts Callback to bring up the contacts dialog for the CC addresees
p_event!
BBjButtonPushEvent objectpublic void OnEmailDialogCCRemove(BBjPopupSelectEvent p_event!)
OnEmailDialogCCRemove Callback for when the email dialog CC remove menu item is selected
p_event!
BBjPopupSelectEvent objectpublic void OnEmailDialogClose(BBjSysGuiEvent p_event!)
OnEmailDialogClose Callback for when the email dialog is to be closed
p_event!
BBjSysGuiEvent objectpublic void OnEmailDialogSend(BBjButtonPushEvent p_event!)
OnEmailDialogSend Callback for when the email dialog send button is pressed
p_event!
BBjButtonPushEvent objectpublic void OnEmailDialogSettings(BBjButtonPushEvent p_event!)
OnEmailDialogSettings Callback for when the email dialog settings button is pressed
p_event!
BBjButtonPushEvent objectpublic void OnEmailDialogToContacts(BBjButtonPushEvent p_event!)
OnEmailDialogToContacts Callback to bring up the contacts dialog for the To addresees
p_event!
BBjButtonPushEvent objectpublic void OnEmailSettingsDialogClose(BBjSysGuiEvent p_event!)
OnEmailSettingsDialogClose Callback for when the email settings dialog is to be closed
p_event!
BBjSysGuiEvent objectpublic void OnEmailSettingsDialogSave(BBjButtonPushEvent p_event!)
Callback for when the email settings dialog save button is pressed
p_event!
BBjButtonPushEvent objectpublic void OnEmailToAddressKeypress(BBjEditKeypressEvent p_event!)
OnEmailToAddressKeypress Callback for when a key is pressed in the email to edit box
p_event!
BBjEditKeypressEvent objectpublic void removeAllEmailContacts()
removeAllEmailContacts Removes all email contacts from the contact list
public BBjNumber removeEmailAddress(BBjString p_emailAddress$, BBjNumber p_emailType)
removeEmailAddress Removes an email address from the appropriate list
p_emailAddress$
Email address to removep_emailType
Email type (To, CC, BCC)public BBjNumber removeEmailAddresses(BBjVector p_emailAddresses!, BBjNumber p_emailType)
removeEmailAddresses Removes email addresses from the appropriate list
p_emailAddresses
Vector that contains the email addresses to removep_emailType
Email type (To, CC, BCC)public BBjNumber removeEmailAttachment(BBjString p_emailAttachment$)
removeEmailAttachment Removes an email attachment
p_emailAttachment$
Path of file to remove from being an email attachmentpublic BBjNumber removeEmailContact(EmailContact p_emailContact!)
removeEmailContact Removes an email contact from the contact list
p_emailContact!
EmailContact object to remove from the contact listpublic BBjNumber removeEmailContact(EmailContact p_emailContact!, BBjNumber p_emailType)
removeEmailContact Removes an email contact from the appropriate list
p_emailContact
Email contact object to removep_emailType
Email type (To, CC, BCC)public BBjNumber removeEmailContacts(BBjVector p_emailContacts!)
removeEmailContacts Removes email contacts from the contact list
p_emailContacts!
Vector that contains the EmailContact objects to remove from the contact listpublic BBjNumber removeEmailContacts(BBjVector p_emailContacts!, BBjNumber p_emailType)
removeEmailContacts Removes email contacts from the appropriate list
p_emailContacts
Vector that contains the EmailContact objects to removep_emailType
Email type (To, CC, BCC)public void saveEmailContacts()
saveEmailContacts Saves the email contacts to the user properties
public void setCloseOnSend(BBjNumber p_closeOnSend)
setCloseOnSend Sets whether dialog should be closed on a send
p_closeOnSend
Specify TRUE (1) to close the dialog on a send, otherwise specify FALSE (0)public void setCreateContactsOnSend(BBjNumber p_createContactsOnSend)
setCreateContactsOnSend Sets whether contacts should be created for new email addresses on a send
p_createContactsOnSend
Specify TRUE (1) to create contacts for new email addresses on a send, otherwise specify FALSE (0)public void setEmailFrom(BBjString p_emailFrom$)
setEmailFrom Sets the email from address
p_emailFrom$
From email addresspublic void setEmailMessage(BBjString p_emailMessage$)
setEmailMessage Sets the email message
p_emailMessage$
Email messagepublic void setEmailServerHost(BBjString p_emailServerHost$)
setEmailServerHost Sets the email server host
p_emailServerHost$
Email server host namepublic void setEmailServerPassword(BBjString p_emailServerPassword$)
setEmailServerPassword Sets password that will be used to authenticate to the email server
p_emailServerPassword$
Password that will be used to authenticate to the email serverpublic void setEmailServerPort(BBjNumber p_emailServerPort)
setEmailServerPort Sets the email server port
p_emailServerPort
Email server portpublic void setEmailServerSSL(BBjNumber p_emailServerSSL)
setEmailServerSSL Sets the email server ssl protocol on or off
p_emailServerSSL
Specify 1 for ssl ortherwise specify 0public void setEmailServerUserName(BBjString p_emailServerUserName$)
setEmailServerUserName Sets user name that will be used to authenticate to the email server
p_emailServerUserName$
User name that will be used to authenticate to the email serverpublic void setEmailSubject(BBjString p_emailSubject$)
setEmailSubject Sets the email subject
p_emailSubject$
Email subjectpublic void setLocation(BBjNumber p_x, BBjNumber p_y)
setLocation Sets the X, Y location of the dialog
p_x
Specifies the X locationp_y
Specifies the y locationpublic void setTitle(BBjString p_title$)
setTitle Sets the title of the dialog
p_title$
Sets the title of the dialog