Can anyone help with why this VB code does not work with the Imail API. I am not getting any help from Ipswitch
 
Dim objServer As IMailServer
Dim objMailboxes As IMailMailboxCollection

Set objServer = New IMAILAPILib.IMailServer

objServer.Connect "perre.com", "demo", "demo"

Set objMailboxes = New IMAILAPILib.IMailMailboxCollection

MsgBox "You got " & objMailboxes.Count & " mailboxe(s) available."


-drasko
 
Drasko Markovic
Living Address, automatic ad-hoc documetation tools
http://www.livingaddress.com/  mailto:[EMAIL PROTECTED]

Reply via email to