#include <events.h>
Inheritance diagram for ICQ2000::SMSMessageEvent:
Public Methods | |
SMSMessageEvent (ContactRef c, const std::string &msg, bool rcpt) | |
Construct an SMSMessageEvent. | |
SMSMessageEvent (ContactRef c, const std::string &msg, const std::string &source, const std::string &senders_network, const std::string &time) | |
Construct an SMSMessageEvent. | |
std::string | getMessage () const |
get the message | |
MessageType | getType () const |
get the type of the MessageEvent | |
std::string | getSource () const |
get the source | |
std::string | getSender () const |
get the sender (mobile no) | |
std::string | getSenders_network () const |
get the senders network | |
bool | getRcpt () const |
get if a receipt was requested | |
void | setSMTPFrom (const std::string &from) |
std::string | getSMTPFrom () const |
void | setSMTPTo (const std::string &to) |
std::string | getSMTPTo () const |
void | setSMTPSubject (const std::string &subj) |
std::string | getSMTPSubject () const |
|
Construct an SMSMessageEvent.
|
|
Construct an SMSMessageEvent.
|
|
get the message
|
|
get if a receipt was requested
|
|
get the sender (mobile no)
|
|
get the senders network
|
|
get the source
|
|
get the type of the MessageEvent
Implements ICQ2000::MessageEvent. |