Skip to main content

EMailSenderNodeConfiguration

Namespace: Meshmakers.Octo.MeshAdapter.Nodes.Load

Configuration node object for sending an email

public record EMailSenderNodeConfiguration : PathNodeConfiguration, INodeConfiguration, IEquatable<NodeConfiguration>, IPathNodeConfiguration, IEquatable<PathNodeConfiguration>, IEquatable<EMailSenderNodeConfiguration>

Inheritance Object → NodeConfiguration → PathNodeConfiguration → EMailSenderNodeConfiguration
Implements INodeConfiguration, IEquatable<NodeConfiguration>, IPathNodeConfiguration, IEquatable<PathNodeConfiguration>, IEquatable<EMailSenderNodeConfiguration>

Properties

ServerConfiguration

Name of the global configuration for the email server

public string ServerConfiguration { get; set; }

Property Value

String

CssConfiguration

Name of the global configuration for the CSS style

public string CssConfiguration { get; set; }

Property Value

String

SubjectPath

Source path for the email subject

public string SubjectPath { get; set; }

Property Value

String

ToPath

Source path to Recipient email addresses

public string ToPath { get; set; }

Property Value

String

Path

public string Path { get; set; }

Property Value

String

Description

public string Description { get; set; }

Property Value

String

Constructors

EMailSenderNodeConfiguration()

Caution

Constructors of types with required members are not supported in this version of your compiler.


public EMailSenderNodeConfiguration()