Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Imail Server COM Objects

Status
Not open for further replies.

Taco

Programmer
Apr 1, 2001
32
US
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.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top