POP3 messages info collection.
| C# | Visual Basic | Managed C++ |
public class POP3_MessageCollection : IEnumerable
Public Class POP3_MessageCollection _ Implements IEnumerable
public ref class POP3_MessageCollection : IEnumerable
| All Members | Constructors | Methods | Properties | Fields | Events |
| Icon | Member | Description |
|---|---|---|
| POP3_MessageCollectionNew() |
Default constructor.
| |
| Add(String, String, Int64) |
Adds new message info to the collection.
| |
| Add(String, String, Int64, Object) |
Adds new message info to the collection.
| |
| Clear() |
Removes all messages from the collection.
| |
| ContainsUID(String) |
Gets if collection contains message with the specified UID.
| |
| Count |
Gets number of messages in the collection.
| |
| 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.) | |
| 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.) | |
| GetTotalMessagesSize() |
Gets messages total sizes. NOTE messages marked for deletion is excluded.
| |
| GetType() | Gets the Type of the current instance. (Inherited from Object.) | |
| Item(Int32) |
Gets a POP3_Message object in the collection by index number.
| |
| MemberwiseClone() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| MessageExists(Int32) |
Checks if message exists. NOTE marked for delete messages returns false.
| |
| Remove(POP3_Message) |
Removes specified message from the collection.
| |
| ResetDeletedFlag() |
Resets deleted flags on all messages.
| |
| ToString() | (Inherited from Object.) |
| Object | |
| POP3_MessageCollection | |
Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)