How to copy files from a file server to public folders in Exchangeserver through VBA

E

EQ

Hello,

Is there any way to instantiate a file from a file server or hard disk
and move it or copy it to a Exchange server?
I´d like to automate the uploading for some files and I guess it is
not possible to instantiate just a normal file like a .doc .ppt and to
move it to a Mapifolder.

Would it be possible to automate it in VBA? I hope this is not a wrong
forum for this question.

Thank you,

Eq
 
K

Ken Slovak

Outlook folders hold Outlook items. You can instantiate a DocumentItem, but
I never liked the way those objects worked and they're not well supported
for 2007 and later (you don't mention your version, which would have been
helpful). You could also attach documents to items stored in Outlook
folders.

The real question is why do you want to store documents in Outlook/Exchange,
where they aren't appropriate. You really should be using a document
management solution, for example SharePoint.






Hello,

Is there any way to instantiate a file from a file server or hard disk
and move it or copy it to a Exchange server?
I´d like to automate the uploading for some files and I guess it is
not possible to instantiate just a normal file like a .doc .ppt and to
move it to a Mapifolder.

Would it be possible to automate it in VBA? I hope this is not a wrong
forum for this question.

Thank you,

Eq
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top