Show / Hide Table of Contents

Class EmailOptions

Настройки для почтового клиента

Inheritance
object
EmailOptions
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: NotifyHub.NotificationService.Infrastructure.Options
Assembly: NotifyHub.NotificationService.Infrastructure.dll
Syntax
public class EmailOptions

Properties

| Edit this page View Source

EmailAddress

Адрес

Declaration
public required string EmailAddress { get; set; }
Property Value
Type Description
string
| Edit this page View Source

Host

Хост

Declaration
public required string Host { get; set; }
Property Value
Type Description
string
| Edit this page View Source

Password

Пароль

Declaration
public required string Password { get; set; }
Property Value
Type Description
string
| Edit this page View Source

Port

Порт

Declaration
public int Port { get; set; }
Property Value
Type Description
int
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX