LumiSoft Mail Server User API
POP3_MessagesInfo Class
Namespaces > LumiSoft.Net.POP3.Client > POP3_MessagesInfo
Holds POP3 messages info.
Syntax
C#Visual BasicManaged C++
public class POP3_MessagesInfo : IEnumerable
Public Class POP3_MessagesInfo _
	Implements IEnumerable
public ref class POP3_MessagesInfo : IEnumerable
Members
All MembersConstructorsMethodsPropertiesFieldsEvents



IconMemberDescription
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)
Determines whether the specified Object is equal to the current 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()
Returns a String that represents the current Object.
(Inherited from Object.)
TotalSize
Gets total size of messages in bytes.
Inheritance Hierarchy
Object
POP3_MessagesInfo

Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)