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