Trying to find a reliable method to do this.
1. SendObject will not work with external files and supposedly is not reliable after A97.
2. Have been trying CDO samples without luck. Got error:
"the SendUsing configuration is invalid"
then tried a sample which included:
objMessage.Configuration.Fields.Item(" = 2
objMessage.Configuration.Fields.Item(" = "email IP"
objMessage.Configuration.Fields.Item(" = 25
objMessage.Configuration.Fields.Update
and got the error: ""the transport failed to connect to the server"
Does CDO require Exchange Server? I don't have Exchange on my PC. CDO would be fine if it can be made to work.
3. Would Outlook 2003 be a good option? What reference do I need to set for the object Outlook.Application?
Any ideas or suggestions appreciated!
1. SendObject will not work with external files and supposedly is not reliable after A97.
2. Have been trying CDO samples without luck. Got error:
"the SendUsing configuration is invalid"
then tried a sample which included:
objMessage.Configuration.Fields.Item(" = 2
objMessage.Configuration.Fields.Item(" = "email IP"
objMessage.Configuration.Fields.Item(" = 25
objMessage.Configuration.Fields.Update
and got the error: ""the transport failed to connect to the server"
Does CDO require Exchange Server? I don't have Exchange on my PC. CDO would be fine if it can be made to work.
3. Would Outlook 2003 be a good option? What reference do I need to set for the object Outlook.Application?
Any ideas or suggestions appreciated!