Rank: Newbie
Groups: Registered
Joined: 5/17/2021(UTC)
Posts: 2
Location: Warszawa
Everything works until the loop enters the last email. Then a message appears "NativeErrorCode: 87 GetMail [oInfo]" The error is generated by: Set oMail = oClient.GetMail(Info) For i = 1 To iNumMessages Dim Info As EAGetMailObjLib.MailInfo Set Info = infos.Item(i) Dim oMail As EAGetMailObjLib.mail Set oMail = oClient.GetMail(Info) Dim oHeaders Set oHeaders = oMail.Headers For J = 0 To oHeaders.Count - 1 Dim EmailID As String Dim oHeader Set oHeader = oHeaders.Item(J) MsgBox oHeader.HeaderKey & ":" & oHeader.HeaderValue & Chr(13) & Chr(10) Next i what could be the problem?
Rank: Newbie
Groups: Registered
Joined: 5/17/2021(UTC)
Posts: 2
Location: Warszawa
For i = 0 To iNumMessages -1 this should be the case
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.