Dim folder As MAPIFolder
Hi Guy's, I am trying to find out what reference in the library is the option for MAPIFolder ?
Is this a specific reference as my outlook library is checked
Kindest
Dim folder As MAPIFolder
Hi Guy's, I am trying to find out what reference in the library is the option for MAPIFolder ?
Is this a specific reference as my outlook library is checked
Kindest
Would it be simpler to just use:
docmd.sendobject...
or
create an instance of Outlook and send/get files via that?
You need to set a reference to mso.dll (Microsoft Office library).
Cheers,
Or use late binding and no reference needed.
yay late binding