The Pop type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
Connect |
Establishes a connection to the POP server specified in
the Pop constructor.
|
![]() |
CreateObjRef |
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
(Inherited from MarshalByRefObject.) |
![]() |
DeleteMessage |
Deletes the specified message.
|
![]() |
Disconnect |
Disconnects from POP server.
|
![]() |
Dispose()()()() |
Releases all resources used by the Component.
(Inherited from Component.) |
![]() |
Dispose(Boolean) |
Clean up any resources being used.
(Overrides Component..::..Dispose(Boolean).) |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize |
Releases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection.
(Inherited from Component.) |
![]() |
FireCommandSentEvent |
Fires CommandSentEvent event.
|
![]() |
FireConnectedEvent |
Fires ConnectedEvent event.
|
![]() |
FireDataReceivedEvent |
Fires DataReceivedEvent event.
|
![]() |
FireDisconnectedEvent |
Fires DisconnectedEvent event.
|
![]() |
FireMessageRetrievedEvent |
Fires MessageRetrievedEvent event.
|
![]() |
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
![]() |
GetLifetimeService |
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject.) |
![]() |
GetMessage |
Gets the message from POP server.
|
![]() |
GetMessageCount |
Gets number of messages currently in the mailbox.
|
![]() |
GetMessages |
Gets all available messages in mailbox from POP server.
|
![]() |
GetMessageSize |
Gets size of message in bytes from POP server.
|
![]() |
GetOutputStream |
Gets the output stream of the socket connection.
|
![]() |
GetService | (Inherited from Component.) |
![]() |
GetTop |
Gets the message header and the specified
number of lines from the message.
|
![]() |
GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
![]() |
GetUid |
Gets unique message id for a message on POP3 server.
|
![]() |
InitializeLifetimeService |
Obtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from MarshalByRefObject.) |
![]() |
Interrupted |
Interrupts the current process.
|
![]() |
IsConnected |
Tests Pop connection.
|
![]() |
IssueCommand(String) |
Issues a command to POP server and reads response.
|
![]() |
IssueCommand(String, Boolean) |
Issues a command to POP server and optionally reads response.
|
![]() |
IssueCommandMultiLine |
Issues a command to POP server and reads response.
|
![]() |
LoginAPOP |
Performs login using APOP authentication method. APOP authentication
method is defined in RFC 1939.
|
![]() |
LoginPASS |
Performs login using username/password authentication.
Username and password must be set prior to invoking this method.
|
![]() |
MemberwiseClone()()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
![]() |
MemberwiseClone(Boolean) |
Creates a shallow copy of the current MarshalByRefObject object.
(Inherited from MarshalByRefObject.) |
![]() |
ToString |
Returns a String containing the name of the Component, if any. This method should not be overridden.
(Inherited from Component.) |