Dacons LLP Mailit for C/C++ | Version 1.0.8 |
Emai::MessageInfoList Class ReferenceEmaiPop3MessageInfoList wrapper class. More...
Inheritance diagram for Emai::MessageInfoList: ![]()
Detailed DescriptionEmaiPop3MessageInfoList wrapper class.
Definition at line 87 of file EmaiPOP3.hpp. Member Function Documentation
Returns the number of information records, stored at the message info list.
Definition at line 448 of file EmaiPOP3.hpp. References Emai::CheckErrorCode(), EmaiPop3MessageInfoListGetCount(), and Emai::Object< EmaiPop3MessageInfoList >::mObject. 00451 { 00452 EmaiUint32 count = 0; 00453 CheckErrorCode(EmaiPop3MessageInfoListGetCount(mObject, 00454 &count, inOptions)); 00455 return count; 00456 }
Retrives information record stored at the particular index of the message info list.
Definition at line 459 of file EmaiPOP3.hpp. References Emai::CheckErrorCode(), EmaiPop3MessageInfoListGetInfo(), and Emai::Object< EmaiPop3MessageInfoList >::mObject. 00464 { 00465 CheckErrorCode(EmaiPop3MessageInfoListGetInfo(mObject, 00466 inMessageIndex, &outInfo, inOptions)); 00467 }
Marks the message at the specified index as "received", and saves it's info in the message history. This function will fail, if current sublist is not EmaiMessagesForDownload.
Definition at line 470 of file EmaiPOP3.hpp. References Emai::CheckErrorCode(), EmaiPop3MessageInfoMarkMessageReceived(), and Emai::Object< EmaiPop3MessageInfoList >::mObject. 00474 { 00475 CheckErrorCode(EmaiPop3MessageInfoMarkMessageReceived(mObject, 00476 inMessageIndex, inOptions)); 00477 }
Retrives message info list data.
Definition at line 480 of file EmaiPOP3.hpp. References Emai::CheckErrorCode(), EmaiPop3MessageInfoListGetHistoryData(), and Emai::Object< EmaiPop3MessageInfoList >::mObject. 00485 { 00486 CheckErrorCode(EmaiPop3MessageInfoListGetHistoryData(mObject, 00487 outData, outDataSize, inOptions)); 00488 }
Reset message info list.
Definition at line 491 of file EmaiPOP3.hpp. References Emai::CheckErrorCode(), EmaiPop3MessageInfoListResetHistory(), and Emai::Object< EmaiPop3MessageInfoList >::mObject. 00496 { 00497 CheckErrorCode(EmaiPop3MessageInfoListResetHistory(mObject, 00498 inAccount, inServer, inOptions)); 00499 }
The documentation for this class was generated from the following file: |