Microsoft internet controls/save file on https:

tianan

New member
Local time
Yesterday, 16:42
Joined
Apr 3, 2012
Messages
5
Dear developers,

I am working on help desk system which is handling emails from generic mailbox. So far, no trouble...until yesterday, today, tomorrow...?:( VBA is moving the mails into folder "In_progress" which is Outlook.MAPIFolder. No trouble to move items and etc. Howerver, final step of the mail lifecycle is save it on the share drive (lets say URL hhtps:\\mails.aspx - so I cant paste the link). The mails which are already stored on this drive are named "<emailID> <subject of mail.msg>" so I need to loop through all files on this link, get the highest number before space of all files and save the mail to this location with prefix number increased by one.

I have to say, I cant map this drive to use functionality of microsoft scrypting routine. I have found that the solution might be usage of Microsoft internet controls and some special coding, but I have no idea how to work with it as well as I cant find any helpful information on the web...
Can anyone help me please?
 

Users who are viewing this thread

Back
Top Bottom