Hi All
I'm trying to set up an POP3 downloader in Access 97.
Ostrosoft have a rather handly dll. I have got this related and basically connecting, but one of the subs does not want to compile.
The reason for not compiling is that 'StatusTypeConstants' is not a known type.
Anyone know how to add a custom type - the help is not terribly clear. The StatusTypeConstants just have simple integer values that represent current status of the connection.
SeeThru
Synergy Connections Ltd - Telemarketing Services
I'm trying to set up an POP3 downloader in Access 97.
Ostrosoft have a rather handly dll. I have got this related and basically connecting, but one of the subs does not want to compile.
Code:
Private Sub oSession_StatusChanged(ByVal Status As String, ByVal StatusType As StatusTypeConstants)
The reason for not compiling is that 'StatusTypeConstants' is not a known type.
Anyone know how to add a custom type - the help is not terribly clear. The StatusTypeConstants just have simple integer values that represent current status of the connection.
SeeThru
Synergy Connections Ltd - Telemarketing Services