ews-cpp
0.9
|
Identifies a folder. More...
#include <ews.hpp>
Public Member Functions | |
folder_id (std::string id) | |
folder_id (std::string id, std::string change_key) | |
const std::string & | change_key () const EWS_NOEXCEPT |
Returns a string identifying a version of a folder. | |
const std::string & | id () const EWS_NOEXCEPT |
Returns a string identifying a folder in the Exchange store. | |
std::string | to_xml () const |
bool | valid () const EWS_NOEXCEPT |
Whether this folder_id is valid. | |
Static Public Member Functions | |
static folder_id | from_xml_element (const rapidxml::xml_node<> &elem) |
Makes a folder_id instance from given XML element. | |
Identifies a folder.
Renders a <FolderId>
element. Contains the identifier and change key of a folder.