This class represents POP3 client messages collection.

C# | Visual Basic | Visual C++ | F# |
public class POP3_ClientMessageCollection : IEnumerable, IDisposable
Public Class POP3_ClientMessageCollection Implements IEnumerable, IDisposable
public ref class POP3_ClientMessageCollection : IEnumerable, IDisposable
type POP3_ClientMessageCollection = class interface IEnumerable interface IDisposable end

All Members | Methods | Properties | |||
Icon | Member | Description |
---|---|---|
![]() | Count |
Gets number of messages in the collection, messages marked for deletion are included.
|
![]() | Dispose()()()() |
Cleans up any resources being used.
|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize()()()() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetEnumerator()()()() |
Gets enumerator.
|
![]() | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType()()()() | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Item[([( Int32])]) |
Gets message from specified index.
|
![]() | Item[([( String])]) |
Gets message with specified UID value.
|
![]() | MemberwiseClone()()()() | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
![]() | TotalSize |
Gets total size of messages, messages marked for deletion are included.
|

Object | |
![]() | POP3_ClientMessageCollection |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119