Author |
|
Mhd Newbie
Joined: 18 February 2008 Location: United Kingdom
Online Status: Offline Posts: 38
|
Posted: 29 February 2008 at 2:36pm | IP Logged
|
|
|
Hi, I just copied and pasted your code from "Receiving new messages from POP3 server (Part 2)" tutorial in ASP part without modified it(except Pop3 server variables) but I got error on the following code:
strCurrentUIDs = Join(arrCurrentUIDs, vbCrLf)
that found in GetFirstOfNewMessages_UID function.
The error message is:
Conversion from type 'Object()' to type 'Object()' is not valid.
Any suggestion?
|
Back to Top |
|
|
Andrew AfterLogic Support
Joined: 28 April 2006 Location: United States
Online Status: Offline Posts: 1189
|
Posted: 01 March 2008 at 3:57am | IP Logged
|
|
|
We've just copy/pasted the sample code into an .asp file in web folder of our IIS, specified correct server address, credentials and got the sample working fine. We didn't get any errors.
Which version of IIS and operation system do you use? Did you create a classic ASP application?
Best regards,
Andrew
|
Back to Top |
|
|
Mhd Newbie
Joined: 18 February 2008 Location: United Kingdom
Online Status: Offline Posts: 38
|
Posted: 01 March 2008 at 7:12am | IP Logged
|
|
|
That was my mistake...Thank you.
|
Back to Top |
|
|