email - Outlook Interop from c# service -
i have barebones c# service installed , want use outlook.interop functionallity within program. detect , read new emails recieved. have program form application. possible use outlook.interop c# service?
better avoid using interactive application within service environment. using outlook service not supported microsoft , in sorts of trouble (think message boxes popping instance).
if want talk exchange server better use cdo/mapi or exchange web service api.
if want talk pop3 or imap server use dedicated library.
Comments
Post a Comment