| |
| AuthMechanism | The authentication mechanism to be used when connecting to the mail server. |
| Command | Used to send additional commands directly to the server. |
| Connected | Shows whether the component is connected. |
| FirewallAutoDetect | This property tells the component whether or not to automatically detect and use firewall system settings, if available. |
| FirewallType | This property determines the type of firewall to connect through. |
| FirewallHost | This property contains the name or IP address of firewall (optional). |
| FirewallPassword | This property contains a password if authentication is to be used when connecting through the firewall. |
| FirewallPort | This property contains the TCP port for the firewall Host . |
| FirewallUser | This property contains a user name if authentication is to be used connecting through a firewall. |
| Idle | The current status of the component. |
| IncludeHeaders | Instructs the component to include the headers in the MessageText and LocalFile. |
| LastReply | The last reply from the server. |
| LocalFile | The path to a local file for downloading the message body. If the file exists, it is overwritten (optional). |
| LocalHost | The name of the local host or user-assigned IP interface through which connections are initiated or accepted. |
| MailPort | The server port for POP (default 110). |
| MailServer | The name or address of a mail server (internet post office server). |
| MaxLines | The maximum number of message lines besides headers to retrieve. |
| MessageCc | The value of the CC header of the last retrieved message. |
| MessageCount | The number of messages waiting in the mailbox. |
| MessageDate | The value of the date header of the last retrieved message. |
| MessageFrom | The value of the from header of the last retrieved message. |
| MessageHeaderCount | The number of records in the MessageHeader arrays. |
| MessageHeaderField | This property contains the name of the HTTP header (same case as it is delivered). |
| MessageHeaderValue | This property contains the header contents. |
| MessageHeadersString | A string representation of the full headers of the message as retrieved from the server. |
| MessageNumber | Current (selected) message. |
| MessageRecipientCount | The number of records in the MessageRecipient arrays. |
| MessageRecipientAddress | This property contains the email address of the recipient. |
| MessageRecipientName | This property contains name of the recipient. |
| MessageRecipientOptions | This property contains the recipient sending options (used only by SMTP). |
| MessageRecipientType | This property contains the recipient type: To, Cc, or BCc. |
| MessageReplyTo | The value of the Reply-To header of the last retrieved message. |
| MessageSize | The size in bytes of the current message. |
| MessageSubject | The value of the Subject header of the last retrieved message. |
| MessageText | The full text of the message as retrieved from the server. |
| MessageTo | The value of the To header of the last retrieved message. |
| MessageUID | The unique identifier of the message as specified by the server. |
| Password | The password for the mailbox user. |
| Timeout | A timeout for the component. |
| TotalSize | Cumulative size in bytes of messages in the mailbox (including headers). |
| User | The user identifier for the mailbox. |