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
CcPath
Optional path to the cc email addresses
public string CcPath { get; set; }
Property Value
CcAddresses
Optional list of cc email addresses
public ICollection<string> CcAddresses { get; set; }
Property Value
BccPath
Optional path to the bcc email addresses
public string BccPath { get; set; }
Property Value
BccAddresses
Optional list of bcc email addresses
public ICollection<string> BccAddresses { get; set; }
Property Value
AttachmentRtIdPath
The path the the attatchmet RtId
public string AttachmentRtIdPath { get; set; }
Property Value
AttachmentRtId
The RtId of the attachment
public string AttachmentRtId { get; set; }
Property Value
AttachmentFileName
The file name of the attachment
public string AttachmentFileName { get; set; }
Property Value
AttachmentContentType
Content type of the attachment.
public string AttachmentContentType { 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()