Search Results for

    Show / Hide Table of Contents

    Class SendEmailNode

    Node for sending a mail using the simple mailing client

    Inheritance
    System.Object
    SendEmailNode
    Namespace: Simplic.Framework.Flow
    Assembly: Simplic.Framework.Flow.dll
    Syntax
    public class SendEmailNode : ActionNode

    Properties

    | Improve this Doc View Source

    FriendlyName

    Gets the friendly name

    Declaration
    public override string FriendlyName { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    InPinAttachment

    Declaration
    public DataPin InPinAttachment { get; set; }
    Property Value
    Type Description
    DataPin
    | Improve this Doc View Source

    InPinAttachmentName

    Declaration
    public DataPin InPinAttachmentName { get; set; }
    Property Value
    Type Description
    DataPin
    | Improve this Doc View Source

    InPinBCC

    Declaration
    public DataPin InPinBCC { get; set; }
    Property Value
    Type Description
    DataPin
    | Improve this Doc View Source

    InPinBody

    Declaration
    public DataPin InPinBody { get; set; }
    Property Value
    Type Description
    DataPin
    | Improve this Doc View Source

    InPinCC

    Declaration
    public DataPin InPinCC { get; set; }
    Property Value
    Type Description
    DataPin
    | Improve this Doc View Source

    InPinReceiver

    Declaration
    public DataPin InPinReceiver { get; set; }
    Property Value
    Type Description
    DataPin
    | Improve this Doc View Source

    InPinSender

    Declaration
    public DataPin InPinSender { get; set; }
    Property Value
    Type Description
    DataPin
    | Improve this Doc View Source

    InPinSubject

    Declaration
    public DataPin InPinSubject { get; set; }
    Property Value
    Type Description
    DataPin
    | Improve this Doc View Source

    Name

    Gets the internal name

    Declaration
    public override string Name { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    OutNode

    Declaration
    public ActionNode OutNode { get; set; }
    Property Value
    Type Description
    ActionNode

    Methods

    | Improve this Doc View Source

    Execute(IFlowRuntimeService, DataPinScope)

    Execute mail sending

    Declaration
    public override bool Execute(IFlowRuntimeService runtime, DataPinScope scope)
    Parameters
    Type Name Description
    IFlowRuntimeService runtime

    Runtime instance

    DataPinScope scope

    Scope instnace

    Returns
    Type Description
    System.Boolean

    True if sending was successful

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx