I have produced an external APP which manages users personal FTP zones rather than let them blindly try to send 10 to 20+ mb email attachments.[Why do people NEVER check sizes?]
Currently it is called manually by the user where they can then Create ZIP/Select ZIP /FTP to their ZONE/Manage old FTP's and have it automatically generate a new email in drafts with all the necessary imbedded links to the file. I have set a threshhold of 512k from attach to 'FTP and Link'.
It works well provided they bl###y use it.
To try to enforce this I would really like to hijack the email attachment button to run this external process in a shell so they have no option !
I have found all sorts of interesting VBA information but to date nothing I can use. Ultimately all I want is to re-direct the code specifically pointing to the attach button to a small vb script which can shell the APP.
Anyone out there done anything like this before ?
NB: VB is not my native or prefered coding language so be gentle !(I tend to use KIX for most things these days !!)
Currently it is called manually by the user where they can then Create ZIP/Select ZIP /FTP to their ZONE/Manage old FTP's and have it automatically generate a new email in drafts with all the necessary imbedded links to the file. I have set a threshhold of 512k from attach to 'FTP and Link'.
It works well provided they bl###y use it.
To try to enforce this I would really like to hijack the email attachment button to run this external process in a shell so they have no option !
I have found all sorts of interesting VBA information but to date nothing I can use. Ultimately all I want is to re-direct the code specifically pointing to the attach button to a small vb script which can shell the APP.
Anyone out there done anything like this before ?
NB: VB is not my native or prefered coding language so be gentle !(I tend to use KIX for most things these days !!)