![]() AUTH_APOP | APOP username and password authentication. |
![]() AUTH_PASS | Plain text username and password authentication. |
Pop
|
Overloaded. Initializes a new instance of the Pop class. |
Authenticated | |
AuthMode | Gets/Sets the authorization mode. |
Container (inherited from Component) | Gets the IContainer that contains the 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. |
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) | Gets or sets the ISite of the Component. |
Timeout | Gets/Sets the Socket Timeout parameter. |
Username | Gets/Sets the Username used to retrieve messages from the POP server. |
Connect | Establishes a connection to the POP server specified in the Pop constructor. |
CreateObjRef (inherited from MarshalByRefObject) | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. |
DeleteMessage | Deletes the specified message. |
Disconnect | Disconnects from POP server. |
Dispose (inherited from Component) | Overloaded. Releases all resources used by the Component. |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. |
GetLifetimeService (inherited from MarshalByRefObject) | Retrieves the current lifetime service object that controls the lifetime policy for this instance. |
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. |
GetTop | Gets the message header and the specified number of lines from the message. |
GetType (inherited from Object) | Gets the Type of the current instance. |
GetUid | Gets unique message id for a message on POP3 server. |
InitializeLifetimeService (inherited from MarshalByRefObject) | Obtains a lifetime service object to control the lifetime policy for this instance. |
Interrupted | Interrupts the current process. |
IsConnected | Tests Pop connection. |
IssueCommand | Overloaded. Issues a command to POP server and reads response. |
IssueCommandMultiLine | Issues a command to POP server and reads response. |
ToString (inherited from Component) | Returns a String containing the name of the Component, if any. This method should not be overridden. |
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 (inherited from Component) | Adds an event handler to listen to the Disposed event on the component. |
MessageRetrievedEvent | Occurs after successfully reading a message from the POP server. |
CanRaiseEvents (inherited from Component) | Gets a value indicating whether the component can raise an event. |
DesignMode (inherited from Component) | Gets a value that indicates whether the Component is currently in design mode. |
Events (inherited from Component) | Gets the list of event handlers that are attached to this Component. |
Dispose | Overloaded. Clean up any resources being used. |
Finalize (inherited from Component) | Releases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection. |
FireCommandSentEvent | Fires CommandSentEvent event. |
FireConnectedEvent | Fires ConnectedEvent event. |
FireDataReceivedEvent | Fires DataReceivedEvent event. |
FireDisconnectedEvent | Fires DisconnectedEvent event. |
FireMessageRetrievedEvent | Fires MessageRetrievedEvent event. |
GetService (inherited from Component) | Returns an object that represents a service provided by the Component or by its Container. |
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 (inherited from MarshalByRefObject) | Overloaded. Creates a shallow copy of the current MarshalByRefObject object. |
MemberwiseClone (inherited from Object) | Overloaded. Creates a shallow copy of the current Object. |
Pop Class | Jscape.Email Namespace