The PopSsl type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
PopSsl()()()() |
Constructs a new PopSsl instance.
|
![]() |
PopSsl(IContainer) |
Constructs a new PopSsl instance.
|
![]() |
PopSsl(String, String, String) |
Constructs a new PopSsl instance. Sets hostname, username and password for
POP3 connection.
|
![]() |
PopSsl(String, Int32, String, String) |
Constructs a new PopSsl instance. Sets hostname, port, username and password for
POP3 connection.
|
Methods
Name | Description | |
---|---|---|
![]() |
Connect |
Establishes secure SSL connection to POP3 server
(Overrides Pop..::..Connect()()()().) |
![]() |
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. (Inherited from Pop.) |
![]() |
Disconnect |
Disconnects from POP3 server. Issues QUIT command to POP3 server and closes connection.
(Overrides Pop..::..Disconnect()()()().) |
![]() |
Dispose()()()() |
Releases all resources used by the Component.
(Inherited from Component.) |
![]() |
Dispose(Boolean) |
Clean up any resources being used.
(Inherited from Pop.) |
![]() |
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. (Inherited from Pop.) |
![]() |
FireConnectedEvent |
Fires ConnectedEvent event. (Inherited from Pop.) |
![]() |
FireDataReceivedEvent |
Fires DataReceivedEvent event. (Inherited from Pop.) |
![]() |
FireDisconnectedEvent |
Fires DisconnectedEvent event. (Inherited from Pop.) |
![]() |
FireMessageRetrievedEvent |
Fires MessageRetrievedEvent event. (Inherited from Pop.) |
![]() |
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. (Inherited from Pop.) |
![]() |
GetMessageCount |
Gets number of messages currently in the mailbox. (Inherited from Pop.) |
![]() |
GetMessages |
Gets all available messages in mailbox from POP server. (Inherited from Pop.) |
![]() |
GetMessageSize |
Gets size of message in bytes from POP server. (Inherited from Pop.) |
![]() |
GetOutputStream |
Gets the output stream of the socket connection. (Inherited from Pop.) |
![]() |
GetService | (Inherited from Component.) |
![]() |
GetTop |
Gets the message header and the specified
number of lines from the message. (Inherited from Pop.) |
![]() |
GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
![]() |
GetUid |
Gets unique message id for a message on POP3 server. (Inherited from Pop.) |
![]() |
InitializeLifetimeService |
Obtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from MarshalByRefObject.) |
![]() |
Interrupted |
Interrupts the current process. (Inherited from Pop.) |
![]() |
IsConnected |
Tests Pop connection. (Inherited from Pop.) |
![]() |
IssueCommand(String) |
Issues a command to POP server and reads response. (Inherited from Pop.) |
![]() |
IssueCommand(String, Boolean) |
Issues a command to POP server and optionally reads response. (Inherited from Pop.) |
![]() |
IssueCommandMultiLine |
Issues a command to POP server and reads response. (Inherited from Pop.) |
![]() |
LoginAPOP |
Performs login using APOP authentication method. APOP authentication
method is defined in RFC 1939. (Inherited from Pop.) |
![]() |
LoginPASS |
Performs login using username/password authentication.
Username and password must be set prior to invoking this method. (Inherited from Pop.) |
![]() |
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 | |
---|---|---|
![]() ![]() |
DEFAULT_PORT |
The default port to connect to for secure POP3 over SSL connections (995).
|
![]() |
input |
Input stream for Pop. (Inherited from Pop.) |
![]() |
output |
Output stream for Pop. (Inherited from Pop.) |
Properties
Name | Description | |
---|---|---|
![]() |
Authenticated | (Inherited from Pop.) |
![]() |
AuthMode |
Gets/Sets the authorization mode. (Inherited from Pop.) |
![]() |
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.) |
![]() |
CurrentConnectionType |
Gets or sets the secure protocol that the secure connection should use.
|
![]() |
Debug |
Gets/Sets Pop debug flag. (Inherited from Pop.) |
![]() |
DebugStream |
Gets/Sets debug output stream. (Inherited from Pop.) |
![]() |
DeleteMessages |
Gets/Sets Delete flag used to delete messages from POP server. (Inherited from Pop.) |
![]() |
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. (Inherited from Pop.) |
![]() |
Interrupt |
Gets/Sets the current transfer state. (Inherited from Pop.) |
![]() |
LicenseKey |
License key.
(Inherited from Pop.) |
![]() |
Password |
Gets/Sets the Password used to retrieve messages from the POP server. (Inherited from Pop.) |
![]() |
Port |
Gets/Sets the POP server port number. (Inherited from Pop.) |
![]() |
ProxyHostname |
Gets/Sets the hostname or IP address of the Proxy server. (Inherited from Pop.) |
![]() |
ProxyPassword |
Gets/Sets the password used to log in to the Proxy server. (Inherited from Pop.) |
![]() |
ProxyPort |
Gets/Sets the port of the Proxy server. (Inherited from Pop.) |
![]() |
ProxyType |
Gets/Sets the type of Proxy server. (Inherited from Pop.) |
![]() |
ProxyUsername |
Gets/Sets the username used to log in to the Proxy server. (Inherited from Pop.) |
![]() |
Site | (Inherited from Component.) |
![]() |
Timeout |
Gets/Sets the Socket Timeout parameter. (Inherited from Pop.) |
![]() |
Username |
Gets/Sets the Username used to retrieve messages from the POP server. (Inherited from Pop.) |
Events
Name | Description | |
---|---|---|
![]() |
CommandSentEvent |
Occurs after successfully sending data to the POP server. (Inherited from Pop.) |
![]() |
ConnectedEvent |
Occurs after a successful connection to the POP server. (Inherited from Pop.) |
![]() |
DataReceivedEvent |
Occurs after successfully reading data from the POP server. (Inherited from Pop.) |
![]() |
DisconnectedEvent |
Occurs after a successful disconnection from the POP server. (Inherited from Pop.) |
![]() |
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. (Inherited from Pop.) |