L
LarryD
I'm trying to use the demo as shown in the KB.
KB:318881
I'm in Access as I'm doing this
But when I compile it, it does not compile because
the 1st line creates an error that it does not know the
type.
Dim MyDB As Database
Dim MyRS As Recordset
Dim objOutlook As Outlook.Application
Dim objOutlookMsg As Outlook.MailItem
Dim objOutlookRecip As Outlook.Recipient
Dim objOutlookAttach As Outlook.Attachment
Dim TheAddress As String
....
Using the Tool/Reference is not happening because I don't
know what type lib's to include to get this reference.
Q1) What is the right type library?
Q2) Without calling for help, how would I figure this out
on my own?
Thanks
LarryD
KB:318881
I'm in Access as I'm doing this
But when I compile it, it does not compile because
the 1st line creates an error that it does not know the
type.
Dim MyDB As Database
Dim MyRS As Recordset
Dim objOutlook As Outlook.Application
Dim objOutlookMsg As Outlook.MailItem
Dim objOutlookRecip As Outlook.Recipient
Dim objOutlookAttach As Outlook.Attachment
Dim TheAddress As String
....
Using the Tool/Reference is not happening because I don't
know what type lib's to include to get this reference.
Q1) What is the right type library?
Q2) Without calling for help, how would I figure this out
on my own?
Thanks
LarryD