ews-cpp
0.9
|
Contains the unique identifier of an attachment. More...
#include <ews.hpp>
Public Member Functions | |
const std::string & | id () const EWS_NOEXCEPT |
const item_id & | root_item_id () const EWS_NOEXCEPT |
Returns the item_id of the parent or root item. More... | |
std::string | to_xml () const |
bool | valid () const EWS_NOEXCEPT |
Whether this attachment_id is valid. | |
Static Public Member Functions | |
static attachment_id | from_xml_element (const rapidxml::xml_node<> &elem) |
Makes an attachment_id instance from an <AttachmentId> element. | |
Contains the unique identifier of an attachment.
The AttachmentId element identifies an item or file attachment. This element is used in CreateAttachment responses.
|
inline |
Returns the string representing the unique identifier of an attachment
|
inline |
Returns the item_id of the parent or root item.
The root item is the item that contains the attachment.