views:

54

answers:

0

I am writing a very simple application to send emails via MS Exchange 2007. No authentication is required to start the application. However, my application will be installed on the Hub Transport Server, instead of the Mailbox Server. Hence, I am not sure if I need to provide any credentials in my codes to send the emails. Or can I simply use "CredentialCache.DefaultNetworkCredentials" to send the emails?