Gmail Agent API v0.6.1 Library

GmailThreadCollection Class

Represents a collection of GmailThread objects.

For a list of all members of this type, see GmailThreadCollection Members.

System.Object
   ArrayList
      GmailThreadCollection

public class GmailThreadCollection : ArrayList

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

This class currently inherits ArrayList, and therefore is not strongly typed. Ideally it should implement IList instead and return GmailThread's only.

Requirements

Namespace: Johnvey.GmailAgent

Assembly: Johnvey.GmailAgent (in Johnvey.GmailAgent.dll)

See Also

GmailThreadCollection Members | Johnvey.GmailAgent Namespace