I have trying to send a big file to someone whose email account cannot accept single email with large file and email is the only option for sending the file.
Currently I am using 7zip to split the files into 7 parts, and send it out one by one.
I am OK with this method, as this is the only method. But I wonder if Outlook can do the automation for me, usually I will send an introductory email out, indicating what I am going to send out later. Then I keep using the reply function to send create 7 new emails, added something like zip part 01/07 on the title, and add a sentence like zip part 01/07 attached in the content, then attach the respective part of the split zip, and then click send.
Since I need to do the same operation for many times, and I think this is a bit dumb do to it manually. While this is not a very huge task for me to learn how to do it using VBA, is there any existing method available?