VB.NET Examples

ChilkatHOMEAndroid™ASPVisual BasicVB.NETC#iOS (IPhone)Objective-CC++CMFCDelphiFoxProJavaPerl
PHP ExtensionPHP ActiveXPythonPowerShellRubySQL ServerVBScript

VB.NET Examples

Bounced Mail
Bz2
Character Encoding
CSV
Digital Certificates
Digital Signatures
Email
FTP
HTML Conversion
HTTP
IMAP
Encryption
MHT / HTML Email
POP3
PFX
RSA
S/MIME
SMTP
Socket
Spider
SSH
SSH Tunnel
SSH Key
SFTP
Tar Archive
Upload
XML
XMP
Zip Compression
Misc

More Examples...
Amazon S3
Email Object
DKIM / DomainKey
NTLM
FileAccess
RSS
Atom
Self-Extractor
Service
PPMD
Deflate
DH Key Exchange
DSA
Bzip2
LZW

Byte Array
VB.NET FTPS
System.IO

 

 

 

 

 

 

Parse EML and Display Attachment Filenames

Download: 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.

Mail Component · XML Parser