1)Im having a problem where when downloading email with the securepop3
class the first email with an attachment will show -1 for the number of
attachments, this is not correct as the first email does indeed have an
attachment. This does not happen with other emails after number one.
here is the code Im using:
dim k as integer
k = ubound(email.attachments)
msgbox str(k)
under the TopLinesRetrieved event
2)How can I download plain text/HTML email attachemnt using pop3 socket
class? I am new to RB. Help will be appriciated.
3)while reading the email body forst letter has been removed
EX:"Hi Jay" will be displayed as "i Jay"
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>
|