LumiSoft Net Help
POP3_ClientMessage Class
NamespacesLumiSoft.Net.POP3.ClientPOP3_ClientMessage
This class represents POP3 client message.
Declaration Syntax
C#Visual BasicVisual C++F#
public class POP3_ClientMessage
Public Class POP3_ClientMessage
public ref class POP3_ClientMessage
type POP3_ClientMessage =  class end
Members
All MembersMethodsProperties



IconMemberDescription
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()()
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
HeaderToByte()()()()
Gets message header as byte[] data.

HeaderToStream(Stream)
Stores message header to the specified stream.

HeaderToString()()()()
Gets message header as string.

IsDisposed
Gets if POP3 message is Disposed.

IsMarkedForDeletion
Gets if message is marked for deletion.

MarkForDeletion()()()()
Marks message as deleted.

MarkForDeletionAsync(POP3_ClientMessage..::..MarkForDeletionAsyncOP)
Starts sending DELE command to POP3 server.

MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
MessageToByte()()()()
Gets message as byte[] data.

MessageTopLinesToByte(Int32)
Gets message header + specified number lines of message body.

MessageTopLinesToStream(Stream, Int32)
Stores message header + specified number lines of message body to the specified stream.

MessageTopLinesToStreamAsync(POP3_ClientMessage..::..MessageTopLinesToStreamAsyncOP)
Starts sending TOP command to POP3 server.

MessageToStream(Stream)
Stores message to specified stream.

MessageToStreamAsync(POP3_ClientMessage..::..MessageToStreamAsyncOP)
Starts sending RETR command to POP3 server.

SequenceNumber
Gets message 1 based sequence number.

Size
Gets message size in bytes.

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
UID
Gets message UID. NOTE: Before accessing this property, check that server supports UIDL command.

Inheritance Hierarchy
Object
POP3_ClientMessage

Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119