addfromoutlook

L

LenRob

Can anyone tell me where the documentation for AddFromOutlook is. I cannot
find it on any site, I have googled, search on MSDN and in here. Seems like
it isn't documented anywhere even though it is use din sample databases
provided by Microsoft.
 
C

Chris O''Neill

I'm not an expert, but it doesn't sound familiar to me. I don't think it's a
native Access method or function.

What "sample databases provided by Microsoft" did you see it in? Maybe it's
a function in a module?

Regards, Chris
 
M

Marshall Barton

LenRob said:
Can anyone tell me where the documentation for AddFromOutlook is. I cannot
find it on any site, I have googled, search on MSDN and in here. Seems like
it isn't documented anywhere even though it is use din sample databases
provided by Microsoft.


Well, I don't use A2007 yet, but I have at least heard of
it. My only thought is to search for it in VBA Help.
 
L

Linq Adams via AccessMonster.com

I don't run 2007, either, but I believe that this may not actually be a
function that will have any documentation. I seem to remember reading a post
on this a while back, and it seems to me that it is actually a ***custom***
Macro that is, indeed, used in the 2007 version of the Northwinds demo
database. Being a custom Macro, there won't be any documentation on it,
anymore than you would find documentation on a Mzcro that you created
yourself.
 
Top