| Smtp Properties |
The Smtp type exposes the following members.
| Name | Description | |
|---|---|---|
| Bcc |
Gets or sets EmailAddressCollection object specifying BCC: recipients of the message.
| |
| BodyHtmlText |
Gets or sets HTML version of the message body.
| |
| BodyPlainText |
Gets or sets plain-text version of the message body.
| |
| Cc |
Gets or sets EmailAddressCollection object specifying CC: recipients of the message.
| |
| Charset |
Gets or sets charset of the message.
| |
| Conversion8BitTo7bit |
Gets or sets if (and how) the component should perform 8bit-to-7bit conversion of the message
data if the given SMTP server does not support transmission of 8bit data but the message
does contain such data.
| |
| DeliveryNotification |
Provides access to properties which control when and how ESMTP Delivery Status Notification
messages will be sent to the message sender.
| |
| DirectSendDefaults |
Provides access to the default SMTP server settings to be used when connecting to
SMTP servers discovered by MailBee via DNS MX lookup.
| |
| DnsServers |
Gets the DnsServerCollection object containing the list of DNS servers
to be used for DNS MX lookup.
| |
| From |
Gets or sets EmailAddress object specifying the message sender.
| |
| 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.
| |
| IsSmtpContext |
Indicates whether the component is currently operating in a single thread mode,
and the current connection (if any) is an SMTP connection.
| |
| IsSslConnection |
Indicates whether the current connection (if any) is secured with TLS/SSL layer.
| |
| JobsFailed |
Gets the list of e-mail tasks failed during processing.
| |
| JobsPending |
Gets the list of send-mail (sending a single message or mail-merge) tasks ready for processing.
| |
| JobsRunning |
Gets the list of e-mail tasks being processed right now.
| |
| JobsSuccessful |
Gets the list of successfully processed e-mail tasks.
| |
| JobsSyncRoot |
Gets the object to be used for synchronized access to the jobs collections.
| |
| 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.
| |
| MaxThreadCount |
Gets or sets the maximum number of threads MailBee may create during send mail
operations.
| |
| Message |
Gets or sets the mail message which will be sent by the component on Send
method call.
| |
| 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.
| |
| ReplyTo |
Gets or sets EmailAddressCollection object specifying e-mail addresses
to which the replies to this message should be sent.
| |
| 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.
| |
| SmtpServers |
Gets the SmtpServerCollection object containing the list of SMTP relay servers
to be used for sending mail.
| |
| StopJobsOnError |
Gets or sets if processing of the jobs must be stopped if an error occurs.
| |
| Subject |
Gets or sets the subject of the message.
| |
| 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.
| |
| To |
Gets or sets EmailAddressCollection object specifying To: recipients of the message.
| |
| TrialDaysLeft |
Gets the number of days left to the date of the trial license key expiration.
| |
| Version |
Gets the version of the MailBee assembly.
|