Table of Contents

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
IRequest<CommandResponseDto<ShortGuid>>
IBaseRequest
Inherited Members

Properties

SmtpHost

[JsonIgnore]
public string SmtpHost { get; init; }

Property Value

string

SmtpOverrideSystem

public bool SmtpOverrideSystem { get; init; }

Property Value

bool

SmtpPassword

[JsonIgnore]
public string SmtpPassword { get; init; }

Property Value

string

SmtpPort

[JsonIgnore]
public int? SmtpPort { get; init; }

Property Value

int?

SmtpUsername

[JsonIgnore]
public string SmtpUsername { get; init; }

Property Value

string