Mapi Objects in Access

  • Thread starter Thread starter rock
  • Start date Start date
R

rock

Guest
I have a bit of code that i need to implement, but it has a few Mapi calls in it. I don't know which reference i need for my app to access it. Here is a snipit of code:
Dim objSession As MAPI.Session
Dim objMessage As MAPI.Message
Dim objRecipient As MAPI.Recipient
Dim AttachDoc As MAPI.Attachment
Has anyone used this before?
thanks,
rock
 

Users who are viewing this thread

Back
Top Bottom