J
jer99
I'm using Access 2000 and am using Outlook on a network.
The Application I created is going to be used by a number of folks.
In order to automate sending email with data from the application,
create an outlook application object.
Dim objOutlook As Outlook.Applicatio
Dim objOutlookMsg As Outlook.MailIte
Dim objOutlookRecip As Outlook.Recipien
Dim objOutlookAttach As Outlook.Attachmen
Then use .Sen
Problem is, a warning message comes up saying that someone is try t
access your email, do you wish to give them permission each time i
tries to send a message.
Any way around this either from the user or application
Is there a better way to send email form within an Access app
Jerr
The Application I created is going to be used by a number of folks.
In order to automate sending email with data from the application,
create an outlook application object.
Dim objOutlook As Outlook.Applicatio
Dim objOutlookMsg As Outlook.MailIte
Dim objOutlookRecip As Outlook.Recipien
Dim objOutlookAttach As Outlook.Attachmen
Then use .Sen
Problem is, a warning message comes up saying that someone is try t
access your email, do you wish to give them permission each time i
tries to send a message.
Any way around this either from the user or application
Is there a better way to send email form within an Access app
Jerr