Hi,
I've got Delphi 6 with Update 2. I'm trying to use a POP3 component to get mail from our Exchange 5.5 server. First off I was trying the FastNet NMPOP3, which would tell me the correct number of messages, but return empty strings for their contents.
Now, I'm trying to use the Indy POP3 client (IdPOP3). It connects ok, but the IdPOP3.CheckMessages function which is supposed to return the number of waiting messages as a LongInt instead causes an exception because it tries to return the string 'Microsoft'!!
Has anyone had any success with either of these two. Am I missing something?
Thanks.
I've got Delphi 6 with Update 2. I'm trying to use a POP3 component to get mail from our Exchange 5.5 server. First off I was trying the FastNet NMPOP3, which would tell me the correct number of messages, but return empty strings for their contents.
Now, I'm trying to use the Indy POP3 client (IdPOP3). It connects ok, but the IdPOP3.CheckMessages function which is supposed to return the number of waiting messages as a LongInt instead causes an exception because it tries to return the string 'Microsoft'!!
Has anyone had any success with either of these two. Am I missing something?
Thanks.