#include <snddlg.h>
Inheritance diagram for SendDialog::

Public Methods | |
| SendDialog (WinoDialog &winoDialog) | |
| Setup the dialog controls and center the dialog. More... | |
| void | OnSocketError (int errorCode) |
| wxSMTPListener interface: Is called if an error occured (not implemented). More... | |
| void | OnRecipientAdded (const wxString &address, int errorCode) |
| wxSMTPListener interface: Is called if the server acknowleded a recipient. More... | |
| void | OnDataSent (int errorCode) |
| wxSMTPListener interface: Is called if the server acknowleded the email text was sent. More... | |
Definition at line 20 of file snddlg.h.
|
|
Setup the dialog controls and center the dialog.
Definition at line 138 of file snddlg.cpp. References wxEmailMessage::AddFile(), wxEmailMessage::AddTo(), wxSMTP::Send(), and wxCmdlineProtocol::SetHost(). |
|
|
wxSMTPListener interface: Is called if the server acknowleded the email text was sent.
Reimplemented from wxSMTPListener. Definition at line 247 of file snddlg.cpp. |
|
||||||||||||
|
wxSMTPListener interface: Is called if the server acknowleded a recipient.
Reimplemented from wxSMTPListener. Definition at line 237 of file snddlg.cpp. |
|
|
wxSMTPListener interface: Is called if an error occured (not implemented).
Reimplemented from wxSMTPListener. Definition at line 233 of file snddlg.cpp. |
1.2.13.1 written by Dimitri van Heesch,
© 1997-2001