I developed Windows Service which is running on Windows 2003 server. It
connects to MS Fax service and listens its events. When Fax Job changes its
status, my service catches that event and updates SQL Server DB with the
status (sent, failed) and time.
Now I need to send emails from client workstations via MS Exchange. There is
no problem with sending itself. I have no idea where to start with updating
DB with the status of email message.
I'd like to create Windows service with features similar to the existing
ones in my FaxUpdater service. Does anybody have any sample working with MS
Exchange - its events, folders...
I'd like to write it in VB 2005.
Thank you
Al
connects to MS Fax service and listens its events. When Fax Job changes its
status, my service catches that event and updates SQL Server DB with the
status (sent, failed) and time.
Now I need to send emails from client workstations via MS Exchange. There is
no problem with sending itself. I have no idea where to start with updating
DB with the status of email message.
I'd like to create Windows service with features similar to the existing
ones in my FaxUpdater service. Does anybody have any sample working with MS
Exchange - its events, folders...
I'd like to write it in VB 2005.
Thank you
Al