IMAP message info.
| C# | Visual Basic | Managed C++ |
public class IMAP_Message
Public Class IMAP_Message
public ref class IMAP_Message
| All Members | Constructors | Methods | Properties | Fields | Events |
| Icon | Member | Description |
|---|---|---|
| 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.) | |
| 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() | (Inherited from Object.) | |
| UID |
Gets message IMAP UID value.
|
| Object | |
| IMAP_Message | |
Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)