Search Results for

    Show / Hide Table of Contents

    Class SetAsSeenMailWithImapClientNode

    Mail to get mails via a pop3 client

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

    Properties

    | Improve this Doc View Source

    FriendlyName

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

    InPinHost

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

    InPinMessageId

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

    InPinPassword

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

    InPinPath

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

    InPinPort

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

    InPinSSL

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

    InPinUserName

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

    Name

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

    OutNodeFailed

    Flow out pin that gets enqueued when an unexpected exception is thrown

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

    OutNodeSuccess

    Out node that gets called when the node has completed its task

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

    Methods

    | Improve this Doc View Source

    Execute(IFlowRuntimeService, DataPinScope)

    Declaration
    public override bool Execute(IFlowRuntimeService runtime, DataPinScope scope)
    Parameters
    Type Name Description
    IFlowRuntimeService runtime
    DataPinScope scope
    Returns
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx