PST File Format SDK v0.4
Loading...
Searching...
No Matches
Message Objects
+ Collaboration diagram for Message Objects:

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...
 

Functions

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

Detailed Description

Function Documentation

◆ operator<<()

std::ostream & pstsdk::operator<< ( std::ostream &  out,
const attachment attach 
)
inline

operator<< overload for writing an attachment to an ostream

Parameters
[in,out]outthe ostream to write an attachment to
[in]attachThe attachment to write
Returns
The output stream

Definition at line 116 of file message.h.