VB.NET Examples

ChilkatHOMEASPVisual BasicVB.NETC#Visual C++CMFCDelphiFoxProJavaPerlPHPPythonRubySQL ServerVBScript

VB.NET Examples

Bounced Mail
Character Encoding
Digital Certificates
Digital Signatures
Email
FTP
HTML to XML
HTTP
IMAP
Encryption
MHT / HTML Email
PFX
RSA Encryption
S/MIME
Socket
Spider
Tar Archive
Upload
XML
XMP
Zip Compression
Misc

More Examples...
Email Object
POP3
SMTP
RSS
Atom
Self-Extractor
Service
PPMD
Deflate
DH Key Exchange
DSA

Byte Array
VB.NET FTPS
System.IO

Unreleased...
Bzip2
LZW
Bz2
Icon

 

 

 

 

 

 

Parse EML and Display Attachment Filenames

Download Chilkat .NET for 2.0 / 3.5 Framework

Download Chilkat .NET for 1.0 / 1.1 Framework

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




 

Need a specific example? Send a request to support@chilkatsoft.com

© 2000-2007 Chilkat Software, Inc. All Rights Reserved.

Mail Component · XML Parser