![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
This macro is missing code to create the folder, if the folder
"Outlook embedded graphics" isn't present. What does this need to check for this folder, pls, and to create it if it isn't there? ************************************************** ********************************** Sub SaveAttachment() Dim objCurrentItem As Outlook.MailItem Dim colAttachments As Outlook.Attachments Dim objAttachment As Outlook.Attachment Set objCurrentItem = Application.ActiveInspector.CurrentItem Set colAttachments = objCurrentItem.Attachments Set strFolderpath = CreateObject("WScript.Shell") For Each objAttachment In colAttachments objAttachment.SaveAsFile ("C:\Documents and Settings\Compaq_Administrator\Desktop\Outlook embedded graphics\" & objAttachment.FileName) Next Set objAttachment = Nothing Set colAttachments = Nothing Set objCurrentItem = Nothing End Sub ************************************************** ********************************** Thanks! ![]() |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
activate contact folder from public folder with "show this folder as email address book using a prf file | Frankie K. | Outlook - Using Contacts | 7 | July 25th 06 06:37 PM |
Create a search folder to look at all emails in one folder and selected criteria in other folders | [email protected] | Outlook - General Queries | 1 | April 10th 06 10:40 AM |
Can I create a shortcut on my desktop for an Outlook folder? | missmee | Outlook - Using Contacts | 1 | March 17th 06 05:17 PM |
Junk E-mail folder - is there a way to create a rule to delete items in this folder older than X days? | Jaycee | Outlook - General Queries | 1 | February 22nd 06 05:54 PM |
create shortcut to folder in outlook toolbar | [email protected] | Outlook - General Queries | 0 | February 14th 06 10:10 PM |