Has anyone ever dealt with writing an application for IP Switch's Imail Server? I am trying to write an application that will automatically read incoming emails but I am having trouble finding any documentation from IP Switch.
So far I have this which successfully connects to the server but now I need to get to a specific mailbox and then the messages:
Private Sub Form_Load()
Dim a As IMAILAPILib.IMailServer
Set a = New IMailServer
a.Connect "SOSDS01", "kmyers", "adminr1z"
End Sub
Any help would be greatly appreciated or at least if anyone knows where to get documentation. Thanks.
So far I have this which successfully connects to the server but now I need to get to a specific mailbox and then the messages:
Private Sub Form_Load()
Dim a As IMAILAPILib.IMailServer
Set a = New IMailServer
a.Connect "SOSDS01", "kmyers", "adminr1z"
End Sub
Any help would be greatly appreciated or at least if anyone knows where to get documentation. Thanks.