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




Collection class that provides basic functionality for the server-side collections.

Object Model

SimpleCollectionBase Class

Syntax

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

Remarks

Collection class that provides basic functionality for the server-side collections. It provides an implementation of ICollection and IEnumerable, but not IList. IListSource is implemented to allow collections that derive from this to function as data sources for components such as the Microsoft Data Grid.

Inheritance Hierarchy

System.Object
   System.Collections.ReadOnlyCollectionBase
      Dart.PowerTCP.Mail.SimpleCollectionBase
         Dart.PowerTCP.Mail.ImapMessageCollection

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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