|
|
| AuthMechanism
| The authentication mechanism to be used when connecting to the mail server.
|
| AutoDecodeParts
| Determines whether to automatically decode message parts.
|
| Command
| Can be used to send additional commands directly to the server.
|
| Connected
| Shows whether the component is connected.
|
| EndByte
| The byte index of the position where the transfer should end.
|
| Firewall
| A set of properties related to firewall access.
|
| Idle
| The current status of the component.
|
| 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 port of the IMAP server (default is 143).
|
| MailServer
| The name or address of the mail server (IMAP server).
|
| Mailbox
| Name of the mailbox selected on the server.
|
| MailboxFlags
| Defined flags in the selected mailbox.
|
| MailboxList
| Collection of mailboxes listed by the server.
|
| MessageContentEncoding
| The ContentEncoding of the selected message.
|
| MessageContentType
| The ContentType of the message.
|
| MessageCount
| The total number of messages on the Mailbox.
|
| MessageDate
| The time the message was created.
|
| MessageDeliveryTime
| The time the message was delivered to the mail server.
|
| MessageFlags
| Contains the flags of the current message.
|
| MessageFrom
| The address of the author of the message.
|
| MessageHeaders
| Collection of RFC822-encoded headers of the message.
|
| MessageHeadersString
| String version of RFC822-encoded headers of the message.
|
| MessageId
| The message id of the current message.
|
| MessageInReplyTo
| The unique message ID of the message this one is in reply to.
|
| MessageInfo
| Collection of messages retrieved by FetchMessageInfo.
|
| MessageNetId
| The globally unique id of the message.
|
| MessageParts
| Collection of message parts collected by FetchMessageInfo.
|
| MessageRecipients
| Collection of recipients for the current message.
|
| MessageReplyTo
| Email address(s) where replies to the message should be sent.
|
| MessageSender
| The address of the sender of the message.
|
| MessageSet
| The set of messages to operate on.
|
| MessageSize
| The size of the selected message.
|
| MessageSubject
| The subject of the message.
|
| MessageText
| The body of the retrieved message
|
| Password
| The password used to authenticate to the MailServer.
|
| PeekMode
| When set to True, the message Seen flag is not changed during reading.
|
| RecentMessageCount
| Number of new messages on the Mailbox.
|
| SSLAcceptServerCert
| Instructs the component to unconditionally accept the server certificate that matches the supplied certificate.
|
| SSLCert
| The certificate to be used during ssl negotiation.
|
| SSLServerCert
| The server certificate for the last established connection.
|
| SSLStartMode
| Determines how the component starts the SSL negotiation.
|
| SortCriteria
| Sort criteria to use for message retrieval operations.
|
| StartByte
| The byte index of the position where the transfer should start.
|
| Timeout
| A timeout for the component.
|
| UIDMode
| If true, permanent message id-s are used instead of the default temporary id-s.
|
| UIDValidity
| The UIDValidity parameter sent from the server in response to SelectMailbox command.
|
| User
| The user name used to authenticate to the MailServer.
|