|
VMime
|


Classes | |
| struct | props |
Public Member Functions | |
| sendmailServiceInfos () | |
| const props & | getProperties () const |
| const string | getPropertyPrefix () const |
| const std::vector< serviceInfos::property > | getAvailableProperties () const |
Public Member Functions inherited from serviceInfos | |
| virtual | ~serviceInfos () |
| template<typename TYPE > | |
| const TYPE | getPropertyValue (shared_ptr< session > s, const property &p) const |
| bool | hasProperty (shared_ptr< session > s, const property &p) const |
Additional Inherited Members | |
Protected Member Functions inherited from serviceInfos | |
| serviceInfos () | |
| serviceInfos (const serviceInfos &) | |
Information about sendmail service.
|
virtual |
Return a list of available properties for this service.
Implements serviceInfos.
References sendmailServiceInfos::getProperties(), and sendmailServiceInfos::props::PROPERTY_BINPATH.
| const sendmailServiceInfos::props & getProperties | ( | ) | const |
References serviceInfos::property::TYPE_STRING.
Referenced by sendmailServiceInfos::getAvailableProperties().
|
virtual |
Return the property prefix used by this service.
Use this to set/get properties in the session object.
Implements serviceInfos.