Public Member Functions | |
| TnefAttachment () | |
| Default constructor. | |
| TnefAttachment (const TnefAttachment &) | |
| Copy constructor. | |
| TnefAttachment (const mimepp::String &fileName, const mimepp::DateTime &modificationTime, const mimepp::String &content) | |
| Constructor that takes an initial value. | |
| ~TnefAttachment () | |
| Destructor. | |
| TnefAttachment & | operator= (const TnefAttachment &) |
| Assignment operator. | |
| const mimepp::String | fileName () const |
| Gets the attachment file name. | |
| const mimepp::DateTime & | modificationTime () const |
| Gets the attachment modification time. | |
| const mimepp::String & | content () const |
| Gets the content of the attachment. | |
|
|
Default constructor. |
|
|
Copy constructor.
|
|
||||||||||||||||
|
Constructor that takes an initial value.
|
|
|
Destructor. |
|
|
Gets the content of the file.
|
|
|
Gets the file name of the attachment.
|
|
|
Gets the file modification time.
|
|
|
Assignment operator.
|
Copyright © 2001-2007 Hunny Software, Inc. All rights reserved.