usmanazizgroupdocs
3/7/2016 - 5:59 PM

RemoveOutlookEmailAttachments.vb

'For complete examples and data files, please go to https://github.com/groupdocsmetadata/GroupDocs_Metadata_NET
' initialize outlookFormat 
Dim outlookFormat As New OutlookMessage(Common.MapSourceFilePath(filePath))

' remove attachments
outlookFormat.RemoveAttachments()

' commit changes
outlookFormat.Save(Common.MapDestinationFilePath(filePath))