.NET Components
Chilkat .NET Components for Email, Zip Compression, Encryption, XML, S/MIME, and Character Encoding Conversion

Back to Mime Class Summary

Mime::NumParts

The number of sub-parts contained within this message. Each sub-part is a complete Chilkat MIME message itself.

  Declarations  
    [Visual Basic]
Public ReadOnly Property NumParts As Integer

[C#]
public int NumParts {get;}

[C++]
public: __property int get_NumParts();

[JScript]
public function get NumParts() : int;
 

Copyright 2002, Chilkat Software, Inc. All Rights Reserved.