ews-cpp  0.9
Public Member Functions | Static Public Member Functions | List of all members
ews::folder_id Class Reference

Identifies a folder. More...

#include <ews.hpp>

Inheritance diagram for ews::folder_id:
ews::distinguished_folder_id

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.
 

Detailed Description

Identifies a folder.

Renders a <FolderId> element. Contains the identifier and change key of a folder.


The documentation for this class was generated from the following file: