Name | Description | |
---|---|---|
NSendEmailDialog Constructor | Default constructor. |
The following tables list the members exposed by NSendEmailDialog.
Name | Description | |
---|---|---|
NSendEmailDialog Constructor | Default constructor. |
Name | Description | |
---|---|---|
NSendEmailDialogSchema | Schema associated with NSendEmailDialog. |
Name | Description | |
---|---|---|
EnableSsl | Gets/Sets whether the outgoing mail server uses SSL connection. | |
FromEmailAddress | Gets/Sets the from e-mail address. | |
FromEmailHost | Gets/Sets the from e-mail host. | |
FromEmailPassword | Gets/Sets the from e-mail password. | |
FromEmailPort | Gets/Sets the from e-mail port. Returns -1 if port is not entered. | |
MessageBody | Gets/Sets the message body. | |
MessageSubject | Gets/Sets the message subject. | |
Name | Gets/Sets the name. | |
ToEmailFieldName | Gets/Sets the to email field name. | |
UseDefaultCredentials | Gets/Sets whether to use default credentials or not. |
Name | Description | |
---|---|---|
Initialize | Initializes this dialog using the given mail merge object. |
Name | Description | |
---|---|---|
CreateContent | Creates the content of this dialog. | |
CreateFromGroupBox | Creates the From group box. | |
CreateMessageGroupBox | Creates the message group box. | |
CreateToGroupBox | Creates the To group box. | |
OnClosing | Overridden. Called when the window is about to be closed. Validates the user input and cancels the closing if it's invalid and the user has clicked the OK button. |