LumiSoft Mail Server User API
IMAP_eArgs_MessageItems Class
Namespaces > LumiSoft.Net.IMAP.Server > IMAP_eArgs_MessageItems
Provides data to event GetMessageItems.
Syntax
C#Visual BasicManaged C++
public class IMAP_eArgs_MessageItems
Public Class IMAP_eArgs_MessageItems
public ref class IMAP_eArgs_MessageItems
Members
All MembersConstructorsMethodsPropertiesFieldsEvents



IconMemberDescription
IMAP_eArgs_MessageItemsNew(IMAP_Session, IMAP_Message, IMAP_MessageItems_enum)
Default constructor.
BodyStructure
Gets or sets IMAP BODYSTRUCTURE string. Fill this property only if IMAP_MessageItems_enum.BodyStructure flag is specified.
CloseMessageStream
Gets or sets if message stream is closed automatically if all actions on it are completed. Default value is true.
Dispose()
Clean up any resources being used.
Envelope
Gets or sets IMAP ENVELOPE string. Fill this property only if IMAP_MessageItems_enum.Envelope flag is specified.
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()
Default deconstructor.
(Overrides Object.Finalize().)
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.)
Header
Gets or sets message main header. Fill this property only if IMAP_MessageItems_enum.Header flag is specified.
MemberwiseClone()
Creates a shallow copy of the current Object.
(Inherited from Object.)
MessageExists
Gets or sets if message exists. Set this false, if message actually doesn't exist any more.
MessageInfo
Gets message info what message items to get.
MessageItems
Gets what message items must be filled.
MessageSize
Gets message size in bytes.
MessageStream
Gets or sets message stream. When setting this property Stream position must be where message begins. Fill this property only if IMAP_MessageItems_enum.Message flag is specified.
Session
Gets reference to current IMAP session.
ToString()
Returns a String that represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy
Object
IMAP_eArgs_MessageItems

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