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
CssConfiguration
Name of the global configuration for the CSS style
public string CssConfiguration { get; set; }
Property Value
SubjectPath
Source path for the email subject
public string SubjectPath { get; set; }
Property Value
ToPath
Source path to Recipient email addresses
public string ToPath { get; set; }
Property Value
Path
public string Path { get; set; }
Property Value
Description
public string Description { get; set; }
Property Value
Constructors
EMailSenderNodeConfiguration()
Caution
Constructors of types with required members are not supported in this version of your compiler.
public EMailSenderNodeConfiguration()