StartTLSPolicy Struct

Definition

The StartTLSPolicy setting of the SMTP configuration https://pkg.go.dev/github.com/go-mail/mail#StartTLSPolicy

public readonly struct StartTLSPolicy : IEquatable<Azure.ResourceManager.Grafana.Models.StartTLSPolicy>
type StartTLSPolicy = struct
Public Structure StartTLSPolicy
Implements IEquatable(Of StartTLSPolicy)
Inheritance
StartTLSPolicy
Implements

Constructors

StartTLSPolicy(String)

Initializes a new instance of StartTLSPolicy.

Properties

MandatoryStartTLS

MandatoryStartTLS.

NoStartTLS

NoStartTLS.

OpportunisticStartTLS

OpportunisticStartTLS.

Methods

Equals(StartTLSPolicy)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(StartTLSPolicy, StartTLSPolicy)

Determines if two StartTLSPolicy values are the same.

Implicit(String to StartTLSPolicy)

Converts a string to a StartTLSPolicy.

Inequality(StartTLSPolicy, StartTLSPolicy)

Determines if two StartTLSPolicy values are not the same.

Applies to