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

CcPath

Optional path to the cc email addresses

public string CcPath { get; set; }

Property Value

String

CcAddresses

Optional list of cc email addresses

public ICollection<string> CcAddresses { get; set; }

Property Value

ICollection<String>

BccPath

Optional path to the bcc email addresses

public string BccPath { get; set; }

Property Value

String

BccAddresses

Optional list of bcc email addresses

public ICollection<string> BccAddresses { get; set; }

Property Value

ICollection<String>

AttachmentRtIdPath

The path the the attatchmet RtId

public string AttachmentRtIdPath { get; set; }

Property Value

String

AttachmentRtId

The RtId of the attachment

public string AttachmentRtId { get; set; }

Property Value

String

AttachmentFileName

The file name of the attachment

public string AttachmentFileName { get; set; }

Property Value

String

AttachmentContentType

Content type of the attachment.

public string AttachmentContentType { 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()