SmtpClients Class

Represents the Bitcoin (symbol: BTC) cryptocurrency.

Definition

Namespace: DevCase.Core.Networking.Mailing
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public sealed class SmtpClients
Inheritance
Object    SmtpClients

Constructors

SmtpClients Initializes a new instance of the SmtpClients class.

Properties

GoogleMailSmtpClient Gets a value that represents the SMTP client which allows applications to send e-mails through Google Gmail SMTP server.

Login webpage: https://accounts.google.com/servicelogin/

Note that in order to send SMTP e-mails, you must enable application access for your GMail account by following the next url:

http://www.google.com/settings/security/lesssecureapps

MailRuSmtpClient Gets a value that represents the SMTP client which allows applications to send e-mails through Mail.ru SMTP server.

Login webpage: https://e.mail.ru/cgi-bin/login?lang=en_US

MicrosoftLiveSmtpClient Gets a value that represents the SMTP client which allows applications to send e-mails through Microsoft Live SMTP server.

Login webpage: https://outlook.live.com/

MicrosoftOffice365SmtpClient Gets a value that represents the SMTP client which allows applications to send e-mails through Microsoft Office-365 SMTP server.

Login webpage: https://login.microsoftonline.com/

YandexInternationalSmtpClient Gets a value that represents the SMTP client which allows applications to send e-mails through Yandex.com SMTP server.

Login webpage: https://mail.yandex.com/

YandexRussianSmtpClient Gets a value that represents the SMTP client which allows applications to send e-mails through Yandex.ru SMTP server.

Login webpage: https://mail.yandex.ru/

Methods

Equals Determines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCode Serves as the default hash function.
(Inherited from Object)
GetType Gets the Type of the current instance.
(Inherited from Object)
ToString Returns a string that represents the current object.
(Inherited from Object)

Extension Methods

CanConvertTo Determines whether the source object can be converted to the specified target type.
(Defined by ObjectExtensions)
CanConvertToT Determines whether the source object can be converted to the specified target type.
(Defined by ObjectExtensions)
ConvertToT Converts an object to the specified target type.

If the conversion fails, an exception is thrown.
(Defined by ObjectExtensions)

ConvertToT Converts an object to the specified target type.

If the conversion fails, returns the specified default value.
(Defined by ObjectExtensions)

IsDisposable Determines whether the specified object is a disposable type (i.e., it implements IDisposable interface).
(Defined by ObjectExtensions)
Speak Speaks the string representation of the source object by using the operating system integrated text-to-speech synthesizer.
(Defined by ObjectExtensions)
Speak Speaks the string representation of the source object by using the operating system integrated text-to-speech synthesizer.
(Defined by ObjectExtensions)
ThrowIfNullTException Throws the specified exception if the source object is null.
(Defined by ObjectExtensions)

See Also