9. September 2010 07:00
Here is macro code for outlook to save all attachments of all selected email. It will prompt for a save directory and allow renaming of duplicate files. This just saved me probably a full day at work of saving all files since Outlook does not have this feature built in. Special thanks to Arcane Code
Option Explicit
Public Sub SaveAttachments()
'Note, this assumes you are in the a folder with e-mail messages when you run it.
'It does not have to be the inbox, simply any folder with e-mail messages
Dim App As New Outlook.Application
Dim Exp As Outlook.Explorer
Dim Sel As Outlook.Selection
Dim AttachmentCnt As Integer
Dim AttTotal As Integer
Dim MsgTotal As Integer
Dim outputDir As String
Dim outputFile As String
Dim fileExists As Boolean
Dim cnt As Integer
'Requires reference to Microsoft Scripting Runtime (SCRRUN.DLL)
Dim fso As FileSystemObject
Set Exp = App.ActiveExplorer
Set Sel = Exp.Selection
Set fso = New FileSystemObject
outputDir = GetOutputDirectory()
If outputDir = "" Then
MsgBox "You must pick an directory to save your files to. Exiting SaveAttachments.", vbCritical, "SaveAttachments"
Exit Sub
End If
'Loop thru each selected item in the inbox
For cnt = 1 To Sel.Count
'If the e-mail has attachments...
If Sel.Item(cnt).Attachments.Count > 0 Then
MsgTotal = MsgTotal + 1
'For each attachment on the message...
For AttachmentCnt = 1 To Sel.Item(cnt).Attachments.Count
'Get the attachment
Dim att As Attachment
Set att = Sel.Item(cnt).Attachments.Item(AttachmentCnt)
outputFile = att.fileName
fileExists = fso.fileExists(outputDir + outputFile)
Do While fileExists = True
outputFile = InputBox("The file " + outputFile _
+ " already exists in the destination directory of " _
+ outputDir + ". Please enter a new name, or hit cancel to skip this one file.", "File Exists", outputFile)
'If user hit cancel
If outputFile = "" Then
'Exit leaving fileexists true. That will be a flag not to write the file
Exit Do
End If
fileExists = fso.fileExists(outputDir + outputFile)
Loop
'Save it to disk if the file does not exist
If fileExists = False Then
att.SaveAsFile (outputDir + outputFile)
AttTotal = AttTotal + 1
End If
Next
End If
Next
'Clean up
Set Sel = Nothing
Set Exp = Nothing
Set App = Nothing
Set fso = Nothing
'Let user know we are done
Dim doneMsg As String
doneMsg = "Completed saving " + Format$(AttTotal, "#,0") + " attachments in " + Format$(MsgTotal, "#,0") + " Messages."
MsgBox doneMsg, vbOKOnly, "Save Attachments"
Exit Sub
ErrorHandler:
Dim errMsg As String
errMsg = "An error has occurred. Error " + Err.Number + " " + Err.Description
Dim errResult As VbMsgBoxResult
errResult = MsgBox(errMsg, vbAbortRetryIgnore, "Error in Save Attachments")
Select Case errResult
Case vbAbort
Exit Sub
Case vbRetry
Resume
Case vbIgnore
Resume Next
End Select
End Sub
Public Function GetOutputDirectory() As String
Dim retval As String 'Return Value
Dim sMsg As String
Dim cBits As Integer
Dim xRoot As Integer
Dim oShell As Object
Set oShell = CreateObject("shell.application")
sMsg = "Select a Folder To Output The Attachments To"
cBits = 1
xRoot = 17
On Error Resume Next
Dim oBFF
Set oBFF = oShell.BrowseForFolder(0, sMsg, cBits, xRoot)
If Err Then
Err.Clear
GetOutputDirectory = ""
Exit Function
End If
On Error GoTo 0
If Not IsObject(oBFF) Then
GetOutputDirectory = ""
Exit Function
End If
If Not (LCase(Left(Trim(TypeName(oBFF)), 6)) = "folder") Then
retval = ""
Else
retval = oBFF.self.Path
'Make sure there's a \ on the end
If Right(retval, 1) <> "\" Then
retval = retval + "\"
End If
End If
GetOutputDirectory = retval
End Function
41c9470b-e4b3-4ddf-9e96-a4d204049164|0|.0
26. August 2010 08:30
Randomly got this on the new Digg page. Hilarious!

d57b4870-30d8-4deb-97de-d7e4069eda8d|0|.0
23. February 2010 21:00
Let me start off by apologizing for the older themes. I'm still new to CSS and web design. I had put a little bit of code at the top of all the old CSS files to reset margins and padding on all the elements. After research, I've determind that was a bad idea. I've removed it from all the themes and made adjustments to a few classes to keep layout the same. I did only a quick spot check though, so I may have missed something.
If you have an old theme, I strongly recommend you update it. Or if you notice anything really wierd, let me know and I will be glad to help in my free time.
Thanks
ff35a507-d7c3-4d43-969d-0cce9196d0c4|0|.0
By: Tommy
Category: General
Tags: apology
11. February 2010 18:00
Good news everybody, I'm releasing a modified version of an older theme. It has a little bit of CSS3 in it, but nothing to serious. It will still look fine on Internet Explorer if you're unfortunate enough to still be running it. I did however move some things around and changed up the comment layout for this one. There is also a special surprise for administators!
Preview | Download
0d6ee625-5648-4f3a-ab83-b828020d989e|1|5.0
7. February 2010 11:00
767643f4-14f8-40d8-9b68-009aec915446|0|.0
By: Tommy
Category: Videos
Tags: wierd, soup
3. February 2010 07:45
Blog Engine was updated to v1.6 last night. This morning I made the CSS changes and a few edits to all the themes. All the downloads how now been updated to v1.6 and removed the 1.5 versions.
914fb998-46cf-44ed-aa2d-b87782809bd2|0|.0
24. January 2010 19:55
Hey everyone, it's a new year and that means it's time to crank out some more themes. I'm going to start categorizing these themes a little better. Eventually I still want to do more with this site, but this is easier since I'm doing it partially for work anyways. Enjoy!
Preview | Download
9cf84ae0-c8e6-4bfe-ba56-d502060d5a8a|0|.0
6. December 2009 19:06
Hey everyone. In keep with my random release schedule, here is another theme. I tried to keep this one to a more minimal look. Again, I'm bad at naming these things. So I just called it SimpleGrey. It's modified/ported from themeforest.com link
Preview | Download
598904f1-5e41-4f81-b1f6-234e0e325811|1|4.0
27. October 2009 20:00
Second post in October! Amazing! Actually I was going over some CSS and tossed together a new greenish theme. It's some odd coloring, but I like it.
Business Time
a9528149-4087-4506-8927-7011527809cf|0|.0
18. October 2009 14:49
So I found out that there was 2 other XP Themes that I did not know about. These are offical ones that replace the default Luna theme. Hopefully Windows 7 will have some cooler looking ones eventually.
Embedded.exe (500 KB)
RoyaleNoir.Rar (232 KB)
9d93fdf4-6c9d-4d52-be51-49320b081f3f|0|.0