LumiSoft Mail Server User API
IMAP_Message Class
Namespaces > LumiSoft.Net.IMAP.Server > IMAP_Message
IMAP message info.
Syntax
C#Visual BasicManaged C++
public class IMAP_Message
Public Class IMAP_Message
public ref class IMAP_Message
Members
All MembersConstructorsMethodsPropertiesFieldsEvents



IconMemberDescription
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.)
Flags
Gets message flags.
FlagsString
Gets message flags string. For example: "\DELETES \SEEN".
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.)
ID
Gets message ID.
InternalDate
Gets message store date.
MemberwiseClone()
Creates a shallow copy of the current Object.
(Inherited from Object.)
SequenceNo
Gets message 1 based sequence number in the collection. This property is slow, use with care, never use in big for loops !
Size
Gets message size in bytes.
ToString()
Returns a String that represents the current Object.
(Inherited from Object.)
UID
Gets message IMAP UID value.
Inheritance Hierarchy
Object
IMAP_Message

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