Skip to content

Instantly share code, notes, and snippets.

View rramasam's full-sized avatar

Raja rramasam

  • Hyderabad, India
View GitHub Profile
@rramasam
rramasam / AttachmentExtractor.vbs
Created November 19, 2017 02:13
VBA Script to extract outlook mail attachments and replace them with links
' Created this VB Script to extract the attachments.
' This is built on top of something I found in internet
' I couldn't locate that site again
Public Sub ReplaceAttachmentsToLink()
' Declarations
Dim olApp As Outlook.Application
Dim olSelection As Outlook.Selection
Dim olObject As Object