vba - Programmatically add a .MSG file to an outlook folder -
I am trying to make a PST with a sample of MSG.
Instead of dragging and dropping, the desired folders, Outlook. Provides a way to add a .msg file to an Outlook folder in the filefile (VBA) file system (I do not want to recreate MSG, do something to drag and drop in a folder).
The case of my simple use
-
I have a file that has some e-mails on my local file system. MSG says c: / someLocalFileSystemFolder
-
In Outlook, I have a pst folder called some PST folders
-
Let me know something -similarity. MSG is importing into some PST folders, such as structure
somPSTFolder
someLocalFileSystemFolder
+ someEmail.msgThe file system is managed to reuse the folder structure in PST folder structure VBA. Is it possible to import programsmatically? Consider using
. Method, document here:
Whether the message has been rebuilt or not, I'm not sure. If so, you can always remove it from the source if you do not need it anymore.
Comments
Post a Comment