It appears Imail already has the API as I can call its objects etc. from my VB application, I just haven't figured out the exact steps to connect to a user's mailbox and inbox etc. and then read the messages. Here is what I have so far which connects to the server from VB:
Private Sub Form_Load() Dim a As IMAILAPILib.IMailServer Set a = New IMailServer a.Connect "SOSDS01", "kmyers", "adminr1z" End Sub Hopefully someone has some documentation out there somewhere?? -----Original Message----- From: R. Scott Perry [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 12, 2002 9:32 AM To: [EMAIL PROTECTED] Subject: Re: [IMail Forum] COM Objects >Does anyone have any documentation regarding the format of using Imail's COM >objects? It is not documented, and the people who have tried to use it have done so unsuccessfully. However, it is rumored that there will be an API coming out in the future (one person here even has claimed to have intimate knowledge of it). -Scott --- Declude: Anti-virus, Anti-spam and Anti-hijacking solutions for IMail. http://www.declude.com --- [This E-mail was scanned for viruses by Declude Virus (http://www.declude.com)] Please visit http://www.ipswitch.com/support/mailing-lists.html to be removed from this list. An Archive of this list is available at: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/ Please visit the Knowledge Base for answers to frequently asked questions: http://www.ipswitch.com/support/IMail/ Please visit http://www.ipswitch.com/support/mailing-lists.html to be removed from this list. An Archive of this list is available at: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/ Please visit the Knowledge Base for answers to frequently asked questions: http://www.ipswitch.com/support/IMail/
