AdvPOP3 (GetHeaderOnly Method)

Back
Host Name/IP Address Required.This is name or ip address of POP3 Server
User Name Required.This is user name for login on POP3 Server
Password Required.This is password for specified user name for loging to POP3 Server
Port Optional.This is port on which POP3 Server is running. If not specified then default port 110 is used
Message Numbers This attribute is Optional . If it is not mentioned, ALL messages are returned. It further takes two attributes. The first number is the starting sequence number of the messages from where to start. The colon delimited second number shows the finishing sequence number. Please note that if the ending sequence number does not exist, an error 'might' returned. Therefore if you are not sure on the number of messages on the server, leave it blank
Downloaded UIDs This attribute is Optional . The UIDs of messages previously downloaded from server. Used to determine which messages are new
Sort First Optional.This attribute is used to sort mails first and then return, if this is checked then AdvPOP3 first fetch all mail messages, sort them and then return required mail messages given.
Order By Optional.Sort mails on basis of this parameter. Valid values are Subject_ASC, Subject_DESC, From_ASC, From_DESC, To_ASC, To_DESC, Date_ASC, Date_DESC, Size_ASC, Size_DESC, Attachment_ASC(without attachment mails first) and Attachment_DESC(with attachment mails first). If not specified then no sorting is performed and mail messages are returned in order as returned by POP3 server
Timeout Optional.This is Timeout option is seconds for specified action. If not specified then default Timeout 60 seconds is selected