Chilkat HOME ASP Visual Basic VB.NET C# Visual C++ C MFC Delphi FoxPro Java Perl PHP Python 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") |
Need a specific example? Send a request to support@chilkatsoft.com
© 2000-2007 Chilkat Software, Inc. All Rights Reserved.