Class EditSmtp.Command
- Namespace
- Raytha.Application.OrganizationSettings.Commands
- Assembly
- Raytha.Application.dll
public record EditSmtp.Command : LoggableRequest<CommandResponseDto<ShortGuid>>, IRequest<CommandResponseDto<ShortGuid>>, IBaseRequest, ILoggableRequest, IEquatable<LoggableRequest<CommandResponseDto<ShortGuid>>>, IEquatable<EditSmtp.Command>
- Inheritance
-
EditSmtp.Command
- Implements
-
IBaseRequest
- Inherited Members
Properties
SmtpHost
[JsonIgnore]
public string SmtpHost { get; init; }
Property Value
SmtpOverrideSystem
public bool SmtpOverrideSystem { get; init; }
Property Value
SmtpPassword
[JsonIgnore]
public string SmtpPassword { get; init; }
Property Value
SmtpPort
[JsonIgnore]
public int? SmtpPort { get; init; }
Property Value
- int?
SmtpUsername
[JsonIgnore]
public string SmtpUsername { get; init; }