|
BodyNumOctets Specifies the number of octets to retrieve when fetching only a portion of the message data.
BodyFlags Defines the section of a message to be retrieved.
BodyHeaderFields Specifies the initial or encapsulated header fields to be retrieved.
BodyPart Specifies the part of a multipart MIME message to be retrieved.
BodyStartOctet The start octet of the body part to retrieve
DirectBufSize Set the size of the buffer used to get the reply from the server in the DirectCmd or Direct method.
DirectCmd Allows users to send their own command directly to the server at run time.
FwAddrType Defines whether the destination host name is specified in DNS, dotted decimal notation or IPV6 format. Use only when connecting through a Firewall.
FwAuthMethods Specifies the authentication method used when connecting through a firewall.
FwPassword The password for the firewall authentication.
FwUsername The username for the firewall authentication.
FwSocksVer Allows the user to specify the SOCKS version.
ImapDate The internal date of the message.
ImapFlags Specifies the current status of a message.
ImapSize Specifies the size of the entire message.
ImapUid The unique message identifier allocated by the IMAP server.
ImapPort When connecting to a port other than the well-know port of 143 through a firewall, this property needs to be set with the port number to be connected.
ImapReply Contains the most recent reply from the server.
ImapTimeout Sets the timeout in second for the client to wait for a reply. After which time it will timeout.
MailboxFlags Specifies the message status flags supported by the mailbox that was selected.
MailboxPermission Specifies the user permissions of the currently selected mailbox.
MailboxPermanentFlags Message flags that can be set permanently
MailboxUid The unique identifier of the selected mailbox.
MimeAccessType Set by an external message to specify which protocol can be used to retrieve the message data.
MimeBoundary Set by the Fetch method for multipart MIME messages. It specifies the boundary between parts of the message.
MimeDescription A description of the message content found in the MIME header.
MimeBodyLanguage The message language tag specifies the national language used in each section of the MIME message.
MimeCharset Specifies the character set used in the message content.
MimeDirectory If a message is external, this property specifies the directory from where the message can be retrieved.
MimeEncoding The type of encoding used to encode the message content.
MimeFilename The name of the original file.
MimeId The unique identifier of the contents of the MIME message
MimeLines The number of lines in each section of the message.
MimeMd5 The message Md5 value
MimePartNumber The message number of the current message section.
MimeServer The email address of the mail server.
MimeSize The size of each section of the encapsulated message.
MimeSite Specifies the name of the machine, including its domain name, from where an external message can be retrieved.
MimeSubtype The message section content subtype
MimeType The message section content type
MsgFirstUnseen The first message in the currently selected or currently queried mailbox that has not yet been read.
MsgNextUid A unique identifier to be assigned to the next message that will be put into the mailbox currently being selected or queried.
MsgTotal The total number of messages in the mailbox currently selected or queried.
MsgRecent The number of messages that have been received since the mailbox was last selected.
MsgUnseen The number of unread messages
SendData In the J++ programming environment to send data in the OnAppend event it must be assigned to this property.
SmtpBcc The blind carbon copy list if used in an Append method.
SmtpCc The carbon copy list of the recipients of a message.
SmtpDate The message date
SmtpFrom Address of message sender
SmtpMsgId The unique message identifier set by the mail server.
SmtpReplyTo The reply_to field of the message contains the email address of the email account that will receive the reply to this message.
SmtpInReplyTo The in_reply field of the message
SmtpSender The message sender
SmtpSubject The message subject
SmtpTo Address of message recipient
UseProperty Specifies whether the application should set event parameters or their corresponding properties during an OnAppend event. This is used by the J++ programming
environment.
|