Holds POP3 messages info.
| C# | Visual Basic | Managed C++ |
public class POP3_MessagesInfo : IEnumerable
Public Class POP3_MessagesInfo _ Implements IEnumerable
public ref class POP3_MessagesInfo : IEnumerable
| All Members | Constructors | Methods | Properties | Fields | Events |
| Icon | Member | Description |
|---|---|---|
| POP3_MessagesInfoNew() |
Default constructor.
| |
| Contains(Int32) |
Gets if collection contains message with specified number.
| |
| Contains(String) |
Gets if collection contains message with specified UID.
| |
| Count |
Gets messages count.
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetByNo(Int32) |
Gets message by MessageNumber. Returns null if sepcified message info doesn't exist.
| |
| GetByUID(String) |
Gets message by MessageUID. Returns null if sepcified message info doesn't exist.
| |
| GetEnumerator() |
Gets enumerator.
| |
| GetHashCode() | Serves as a hash function for a particular type. GetHashCode() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) | |
| GetType() | Gets the Type of the current instance. (Inherited from Object.) | |
| Item(Int32) |
Gets specified pop3 message info at specified index from collection.
| |
| MemberwiseClone() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Messages |
Gets pop3 messages info as array.
| |
| ToString() | (Inherited from Object.) | |
| TotalSize |
Gets total size of messages in bytes.
|
| Object | |
| POP3_MessagesInfo | |
Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)