SmtpMailInterface Member List
This is the complete list of members for SmtpMailInterface , including all inherited members.
Alloc (MAXON_SOURCE_LOCATION_DECLARATION) | SmtpMailInterface | static |
AttachBin (const Url &fname, MEDIA media=MEDIA::UNKNOWN, MEDIASUB sub=MEDIASUB::UNKNOWN) | SmtpMailInterface | |
AttachBin (const String &fileName, const Block< const Char > &data, MEDIA media=MEDIA::UNKNOWN, MEDIASUB sub=MEDIASUB::UNKNOWN) | SmtpMailInterface | |
AttachText (const String &text) | SmtpMailInterface | |
GetReceiver (WritableArrayInterface< SmtpReceiver > &receiver) const | SmtpMailInterface | |
GetSender (String &sender, String &senderClearName) const | SmtpMailInterface | |
GetSubject (String &subject) const | SmtpMailInterface | |
GetUserPassword (String &user, String &passwd) const | SmtpMailInterface | |
MAXON_INTERFACE_NONVIRTUAL (SmtpMailInterface, MAXON_REFERENCE_NORMAL, "net.maxon.interface.smtpmail") | SmtpMailInterface | private |
SendMimeMail (const String &hostName, Int port) | SmtpMailInterface | |
SetReceiver (const Block< const SmtpReceiver > &receiver) | SmtpMailInterface | |
SetSender (const String &sender, const String &senderClearName) | SmtpMailInterface | |
SetSubject (const String &subject) | SmtpMailInterface | |
SetUserPassword (const String &user, const String &passwd) | SmtpMailInterface |