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.) |
Fields
Name | Description | |
---|---|---|
![]() ![]() |
AUTH_APOP |
APOP username and password authentication.
|
![]() ![]() |
AUTH_PASS |
Plain text username and password authentication.
|
![]() |
input |
Input stream for Pop.
|
![]() |
output |
Output stream for Pop.
|
Properties
Name | Description | |
---|---|---|
![]() |
Authenticated | |
![]() |
AuthMode |
Gets/Sets the authorization mode.
|
![]() |
CanRaiseEvents |
Gets a value indicating whether the component can raise an event.
(Inherited from Component.) |
![]() |
Container |
Gets the IContainer that contains the Component.
(Inherited from Component.) |
![]() |
Debug |
Gets/Sets Pop debug flag.
|
![]() |
DebugStream |
Gets/Sets debug output stream.
|
![]() |
DeleteMessages |
Gets/Sets Delete flag used to delete messages from POP server.
|
![]() |
DesignMode |
Gets a value that indicates whether the Component is currently in design mode.
(Inherited from Component.) |
![]() |
Events |
Gets the list of event handlers that are attached to this Component.
(Inherited from Component.) |
![]() |
Hostname |
Gets/Sets the POP server host name.
|
![]() |
Interrupt |
Gets/Sets the current transfer state.
|
![]() |
LicenseKey |
License key.
|
![]() |
Password |
Gets/Sets the Password used to retrieve messages from the POP server.
|
![]() |
Port |
Gets/Sets the POP server port number.
|
![]() |
ProxyHostname |
Gets/Sets the hostname or IP address of the Proxy server.
|
![]() |
ProxyPassword |
Gets/Sets the password used to log in to the Proxy server.
|
![]() |
ProxyPort |
Gets/Sets the port of the Proxy server.
|
![]() |
ProxyType |
Gets/Sets the type of Proxy server.
|
![]() |
ProxyUsername |
Gets/Sets the username used to log in to the Proxy server.
|
![]() |
Site | (Inherited from Component.) |
![]() |
Timeout |
Gets/Sets the Socket Timeout parameter.
|
![]() |
Username |
Gets/Sets the Username used to retrieve messages from the POP server.
|
Events
Name | Description | |
---|---|---|
![]() |
CommandSentEvent |
Occurs after successfully sending data to the POP server.
|
![]() |
ConnectedEvent |
Occurs after a successful connection to the POP server.
|
![]() |
DataReceivedEvent |
Occurs after successfully reading data from the POP server.
|
![]() |
DisconnectedEvent |
Occurs after a successful disconnection from the POP server.
|
![]() |
Disposed |
Occurs when the component is disposed by a call to the Dispose()()()() method.
(Inherited from Component.) |
![]() |
MessageRetrievedEvent |
Occurs after successfully reading a message from the POP server.
|