Rank: Member
Groups: Registered
Joined: 2/5/2011(UTC) Posts: 15 Location: Germany, Berlin
Hi, I´m using AOSMTP and ANPOP last years. Now I have make the change to EAGetMail and EASendMail. I´ve not found the GetTotalOfMails anymore. How can I find out, how much mails are in the postfolder? Regards Dittmar
Rank: Administration
Groups: Administrators
Joined: 11/11/2010(UTC) Posts: 1,153
Thanks: 9 times Was thanked: 55 time(s) in 55 post(s)
Hi,
in EAGetMail, there is no GetTotalOfMails method. Please see the following code.
Code:
oClient.Connect oServer
MsgBox "Connected"
Dim infos
infos = oClient.GetMailInfos()
MsgBox UBound(infos) + 1 & " emails" ' emails counts
I also suggest that you have a look at this tutorial:
retrieve email and parse email in vb6
Rank: Member
Groups: Registered
Joined: 2/5/2011(UTC) Posts: 15 Location: Germany, Berlin
Hi, it was helpfull. I read the tutorial. Normaly I test the samples in VB6, but I can´t start it at time. It will need a ieframe.dll. At my station is the ieframe.dll in the ..\system32 folder but it isn´t that it like??
Rank: Administration
Groups: Administrators
Joined: 11/11/2010(UTC) Posts: 1,153
Thanks: 9 times Was thanked: 55 time(s) in 55 post(s)
What is your operating system? This sample can be run on XP or later version very well. the iframe.dll is a part of internet control(web browser), In the sample, this control is used to display the html email. I suggest that you upgrade your IE to 6.0 or later
Rank: Member
Groups: Registered
Joined: 2/5/2011(UTC) Posts: 15 Location: Germany, Berlin
Hi, System is XP SP3 IExplorer 8.0.6001.18702 ieframe 8.0.6001.19019 (in C:\windows\system32) Error at opening (File not found:`C:\WINDOWS\system32\ieframe.dll\1 `loading continue?) Maybe a problem of many users. I´m searching in the web for a solution
Rank: Member
Groups: Registered
Joined: 2/5/2011(UTC) Posts: 15 Location: Germany, Berlin
Hi, there are e registry entry like ieframe.dll\1 i´ve cleared it and now it works. Thanks
Forum Jump
EmailArchitect Support
Email Component Development
- EASendMail SMTP Component - .NET Version
- EASendMail SMTP Component - Windows Store Apps
- EASendMail SMTP ActiveX Object
- EAGetMail POP3 & IMAP4 Component - .NET Version
- EAGetMail POP3 & IMAP4 ActiveX Object
Exchange Server and IIS SMTP Plugin
- DomanKeys/DKIM for Exchange Server and IIS SMTP
- Disclaimer and S/MIME for Exchange Server and IIS
EmailArchitect Email Server
- EmailArchitect Email Server (General)
- EmailArchitect Email Server Development
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.