The PopSsl type exposes the following members.

Constructors

  Name Description
Public method PopSsl()()()()
Constructs a new PopSsl instance.
Public method PopSsl(IContainer)
Constructs a new PopSsl instance.
Public method PopSsl(String, String, String)
Constructs a new PopSsl instance. Sets hostname, username and password for POP3 connection.
Public method PopSsl(String, Int32, String, String)
Constructs a new PopSsl instance. Sets hostname, port, username and password for POP3 connection.

Methods

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

Fields

  Name Description
Public field Static member DEFAULT_PORT
The default port to connect to for secure POP3 over SSL connections (995).
Protected field input
Input stream for Pop.
(Inherited from Pop.)
Protected field output
Output stream for Pop.
(Inherited from Pop.)

Properties

  Name Description
Public property Authenticated (Inherited from Pop.)
Public property AuthMode
Gets/Sets the authorization mode.
(Inherited from Pop.)
Protected property CanRaiseEvents
Gets a value indicating whether the component can raise an event.
(Inherited from Component.)
Public property Container
Gets the IContainer that contains the Component.
(Inherited from Component.)
Public property CurrentConnectionType
Gets or sets the secure protocol that the secure connection should use.
Public property Debug
Gets/Sets Pop debug flag.
(Inherited from Pop.)
Public property DebugStream
Gets/Sets debug output stream.
(Inherited from Pop.)
Public property DeleteMessages
Gets/Sets Delete flag used to delete messages from POP server.
(Inherited from Pop.)
Protected property DesignMode
Gets a value that indicates whether the Component is currently in design mode.
(Inherited from Component.)
Protected property Events
Gets the list of event handlers that are attached to this Component.
(Inherited from Component.)
Public property Hostname
Gets/Sets the POP server host name.
(Inherited from Pop.)
Public property Interrupt
Gets/Sets the current transfer state.
(Inherited from Pop.)
Public property LicenseKey
License key.
(Inherited from Pop.)
Public property Password
Gets/Sets the Password used to retrieve messages from the POP server.
(Inherited from Pop.)
Public property Port
Gets/Sets the POP server port number.
(Inherited from Pop.)
Public property ProxyHostname
Gets/Sets the hostname or IP address of the Proxy server.
(Inherited from Pop.)
Public property ProxyPassword
Gets/Sets the password used to log in to the Proxy server.
(Inherited from Pop.)
Public property ProxyPort
Gets/Sets the port of the Proxy server.
(Inherited from Pop.)
Public property ProxyType
Gets/Sets the type of Proxy server.
(Inherited from Pop.)
Public property ProxyUsername
Gets/Sets the username used to log in to the Proxy server.
(Inherited from Pop.)
Public property Site
Gets or sets the ISite of the Component.
(Inherited from Component.)
Public property Timeout
Gets/Sets the Socket Timeout parameter.
(Inherited from Pop.)
Public property Username
Gets/Sets the Username used to retrieve messages from the POP server.
(Inherited from Pop.)

Events

  Name Description
Public event CommandSentEvent
Occurs after successfully sending data to the POP server.
(Inherited from Pop.)
Public event ConnectedEvent
Occurs after a successful connection to the POP server.
(Inherited from Pop.)
Public event DataReceivedEvent
Occurs after successfully reading data from the POP server.
(Inherited from Pop.)
Public event DisconnectedEvent
Occurs after a successful disconnection from the POP server.
(Inherited from Pop.)
Public event Disposed
Occurs when the component is disposed by a call to the Dispose()()()() method.
(Inherited from Component.)
Public event MessageRetrievedEvent
Occurs after successfully reading a message from the POP server.
(Inherited from Pop.)

See Also