#include <email.h>
Public Methods | |
| wxRecipientsIterator (const wxEmailMessage &emailMessage) | |
| Creates a new iterator for the specified wxEmailMessage object. More... | |
| bool | HasNext () |
| Test if there are any more email recipients to be iterated. More... | |
| wxString | GetNext () |
| Gets the next email recipient and increments the iterator pointer. More... | |
Definition at line 108 of file email.h.
|
|
Creates a new iterator for the specified wxEmailMessage object.
|
|
|
Gets the next email recipient and increments the iterator pointer.
Definition at line 107 of file email.cpp. References wxEmailMessage::m_bccArray, wxEmailMessage::m_ccArray, wxEmailMessage::m_rcptArray, and wxEmailMessage::m_toArray. Referenced by wxSMTP::Send(). |
|
|
Test if there are any more email recipients to be iterated. The test doesn't increment the internal iterator counter.
Definition at line 95 of file email.cpp. References wxEmailMessage::m_bccArray, wxEmailMessage::m_ccArray, wxEmailMessage::m_rcptArray, and wxEmailMessage::m_toArray. Referenced by wxSMTP::Send(). |
1.2.13.1 written by Dimitri van Heesch,
© 1997-2001