public sealed class SmtpClients
Public NotInheritable Class SmtpClients
Dim instance As SmtpClients
public ref class SmtpClients sealed
[<SealedAttribute>]
type SmtpClients = class end
No code example is currently available or this language may not be supported.
SmtpClients | Initializes a new instance of the SmtpClients class. |
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/ |
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) |
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) |