[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Gets info about an e-mail message. [Property] [Methods] doLoadInfo=Gets info about an e-mail message. ARG(IEmailClient message)|1|0 *doDelete=Marks an e-mail message for deletion using the POP3 protocol. ARG(IEmailClient message)|1|0 onLoadInfo=Occurs after invoke the method doLoadInfo. ARG(null)|2|0 *Attachments=Returns attachments collection of the message. ARG(List)|3|0 *Count=Returns the number of attachments. ARG(int)|3|1 *Date=Returns DateTime of the message. ARG(DateTime)|3|0 *From=Returns the sender of the message. ARG(List)|3|0 *SequenceNumber=Returns the sequence number of the message. ARG(int)|3|1 *Size=Returns the size of the message. ARG(long)|3|105 *Subject=Returns the subject of the message. ARG(string)|3|2 *TextBody=Returns the body of the message. ARG(string)|3|2 *UID=Returns the UID of the message. ARG(string)|3|2 Message=Defines an e-mail message. ARG(IEmailClient)|4|0