| Pop3 Properties |
The Pop3 type exposes the following members.
| Name | Description | |
|---|---|---|
| EnableLastDownloaded |
Gets or sets whether MailBee should save currently downloaded messages in LastDownloadedMessages property.
| |
| InboxMessageCount |
Gets the number of messages in the inbox.
| |
| InboxPreloadOptions |
Gets or sets the status of whether MailBee will download the list of message
sizes and/or the list of message lengths during logging in the inbox.
| |
| InboxSize |
Gets the total size (in bytes) occupied by all the messages in the inbox.
| |
| IsAborted |
Indicates whether Abort method has been called for the component.
| |
| IsBusy |
Indicates whether the component is performing a lengthy operation.
| |
| IsConnected |
Indicates whether the component is connected to the server.
| |
| IsLoggedIn |
Indicates whether the component has already successfully authenticated on the server
and logged in the user account.
| |
| IsSslConnection |
Indicates whether the current connection (if any) iss secured with TLS/SSL layer.
| |
| LastDownloadedMessages |
Gets the collection of the messages downloaded to the current moment.
| |
| LastResult |
Gets a numeric code of the last error.
| |
| LicenseKey | Obsolete.
Assigns the license key.
| |
| Log |
Gets the object used for logging MailBee activities into a file or memory buffer.
| |
| Proxy |
Provides access to the settings which allow MailBee to connect to a mail server via a proxy server.
| |
| RaiseEvents |
Gets or sets whether the component will raise any events.
| |
| RaiseEventsViaMessageLoop |
Gets or sets whether the events will be raised on the message loop of the application
or not.
| |
| RequestEncoding |
Gets or sets the encoding used to convert a string into a bytes stream
which is then sent to the server.
| |
| ResponseEncoding |
Gets or sets the encoding used to convert a byte data received from the server into a string.
| |
| Site |
Gets or sets the object to be used as a site for the component.
| |
| SslCertificates |
Provides access to the client and server SSL certificate settings.
| |
| SslMode |
Gets or sets how the component should establish TLS/SSL connection with the mail server.
| |
| SslProtocol |
Gets or sets the security protocol to be used for performing TLS/SSL negotiation and data encryption.
| |
| SynchronizingObject |
Gets or sets the object used to marshal the calls of the event handlers.
| |
| ThrowExceptions |
Gets or sets whether the component will throw exceptions on errors.
| |
| Timeout |
Gets or sets the amount of time (in milliseconds) the component will wait for a response from the server.
| |
| TrialDaysLeft |
Gets the number of days left to the date of the trial license key expiration.
| |
| Version |
Gets the version of the MailBee assembly.
|