Chilkat
HOME
Android™
ASP
Visual Basic
VB.NET
C#
iOS (IPhone)
Objective-C
C++
C
MFC
Delphi
FoxPro
Java
Perl
PHP Extension
PHP ActiveX
Python
PowerShell
Ruby
SQL Server
VBScript
Load a .eml Mail Message and Extract Attachments
Demonstrates how to load an EML file containing the MIME source of an email and save the attachments. Dim email As New Chilkat.Email() email.UnlockComponent("anything for 30-day trial") email.LoadEml("myEmail.eml") email.SaveAllAttachments("myAttachmentsDirectory") |
© 2000-2012 Chilkat Software, Inc. All Rights Reserved.