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
Parse EML and Display Attachment FilenamesDownload: Chilkat .NET Assemblies Loads a .eml and displays the attachment filenames. Dim mailman As New Chilkat.MailMan ' Any string argument automatically begins the 30-day trial. mailman.UnlockComponent("30-day trial") Dim email As New Chilkat.Email email.LoadEml("email.eml") Dim n As Integer Dim i As Integer n = email.NumAttachments For i = 0 To n - 1 MessageBox.Show(email.GetAttachmentFilename(i)) Next |
© 2000-2012 Chilkat Software, Inc. All Rights Reserved.