Dacons LLP Mailit for C/C++ | Version 1.0.8 |
Emai::MessagePart Class ReferenceEmaiMessagePart wrapper class.MessagePart represents message part of the RFC822 message. More...
Inheritance diagram for Emai::MessagePart: ![]()
Detailed DescriptionEmaiMessagePart wrapper class.MessagePart represents message part of the RFC822 message.
Definition at line 298 of file EmaiMessage.hpp. Member Function Documentation
Appends subparts to the composite part, created via EmaiMessagePartCreateComposite.
Definition at line 828 of file EmaiMessage.hpp. References Emai::CheckErrorCode(), EmaiMessagePartAddSubParts(), and Emai::Object< EmaiMessagePart >::mObject. 00832 { 00833 CheckErrorCode(EmaiMessagePartAddSubParts( 00834 mObject, inSubPart, inSubPartCount, inOptions)); 00835 }
Retrieves subparts from composite message part.
Definition at line 838 of file EmaiMessage.hpp. References Emai::CheckErrorCode(), EmaiMessagePartGetSubParts(), and Emai::Object< EmaiMessagePart >::mObject. 00842 { 00843 CheckErrorCode(EmaiMessagePartGetSubParts( 00844 mObject, outSubParts, ioSubPartCount, inOptions)); 00845 }
Retrieves the data from the message part.
Definition at line 848 of file EmaiMessage.hpp. References Emai::CheckErrorCode(), EmaiMessagePartGetData(), and Emai::Object< EmaiMessagePart >::mObject. Referenced by Emai::MessagePartEnumerator::ProcessMessagePart(). 00852 { 00853 CheckErrorCode(EmaiMessagePartGetData( 00854 mObject, &outData, inOptions)); 00855 }
The documentation for this class was generated from the following file: |