A
Ashish Kanoongo
I am looking for solution for sending mail from ms access (by click on command button) with pdf attachment.
I tried following options
1. Sendobject - It wont support PDF attachment
2. Application.FollowHyperlink ("mailto:" & "mailto:[email protected]?subject=Feedback&body=The InetSDK Site Is Superlative&Attachment=c:\autoexec.bat" - It opens the new message perfectly with all the parameters but with any attachment, secondly I dont want to message, message should directly go rather then I shold click on send button
3. MAPI - I have used access 95, but in access 2000 it is not working, let me know how do I handle this.
4. createobject(Outlook.Application) - It works well, but every time it ask for confirmation because of Outlook Security, How can I ignore this prompt message programatically.
I am open for using any of the above option. Can I use CDO 1.21 and how? Is there any sample, so I can use CDO also.
Please help me, I am stuck here.
Ashish
I tried following options
1. Sendobject - It wont support PDF attachment
2. Application.FollowHyperlink ("mailto:" & "mailto:[email protected]?subject=Feedback&body=The InetSDK Site Is Superlative&Attachment=c:\autoexec.bat" - It opens the new message perfectly with all the parameters but with any attachment, secondly I dont want to message, message should directly go rather then I shold click on send button
3. MAPI - I have used access 95, but in access 2000 it is not working, let me know how do I handle this.
4. createobject(Outlook.Application) - It works well, but every time it ask for confirmation because of Outlook Security, How can I ignore this prompt message programatically.
I am open for using any of the above option. Can I use CDO 1.21 and how? Is there any sample, so I can use CDO also.
Please help me, I am stuck here.
Ashish