PST File Format SDK v0.4
Loading...
Searching...
No Matches
message.h File Reference

Message related classes. More...

#include <functional>
#include <ostream>
#include <boost/iterator/transform_iterator.hpp>
#include "pstsdk/ndb/database_iface.h"
#include "pstsdk/ndb/node.h"
#include "pstsdk/ltp/propbag.h"
#include "pstsdk/ltp/table.h"
#include "pstsdk/mapitags.h"
#include "pstsdk/util/primitives.h"
+ Include dependency graph for message.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  pstsdk::attachment
 Encapsulates an attachment to a message. More...
 
class  pstsdk::attachment_transform
 Defines a transform from a row to an attachment object. More...
 
class  pstsdk::recipient
 A recipient of a message. More...
 
struct  pstsdk::recipient_transform
 Defines a transform from a row to a recipient object. More...
 
class  pstsdk::message
 Represents a message in a PST file. More...
 
class  pstsdk::message_transform_row
 
class  pstsdk::message_transform_info
 

Namespaces

namespace  pstsdk
 Contains the definition of all in memory representations of disk structures.
 

Functions

std::ostream & pstsdk::operator<< (std::ostream &out, const attachment &attach)
 operator<< overload for writing an attachment to an ostream
 

Detailed Description

Message related classes.

Author
Terry Mahaffey

Defines the message, attachment, and recipient abstractions.

Definition in file message.h.