PowerTCP Mail for .NET
PartList Class
Members  See Also  Send comments on this topic.
Dart.PowerTCP.Mail Namespace : PartList Class




Used as the base class for MessagePartStreams, MessageStreams, and MimeAttachmentStreams.

Object Model

PartList ClassObject Class

Syntax

Visual Basic (Declaration) 
Public Class PartList 
   Inherits System.Collections.ArrayList
Visual Basic (Usage)Copy Code
Dim instance As PartList
C# 
public class PartList : System.Collections.ArrayList 
Managed Extensions for C++ 
public __gc class PartList : public System.Collections.ArrayList 
C++/CLI 
public ref class PartList : public System.Collections.ArrayList 

Remarks

Inherits all members from ArrayList. This object is intended to handle standard functionality for linking MessagePartStreams, MessageStreams, and MimeAttachmentStreams with a Part object. This is not intended to be used by users.

Inheritance Hierarchy

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 3.2
© 2010 Dart Communications. All Rights Reserved.