Search Results for

    Show / Hide Table of Contents

    Class ConnectToImapOAuth2Node

    Node to connect to an IMAP Mailserver with OAuth2

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

    Constructors

    | Improve this Doc View Source

    ConnectToImapOAuth2Node()

    Declaration
    public ConnectToImapOAuth2Node()

    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

    Hostname of the mail server

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

    InPinPort

    Port of the mail server

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

    InPinSSL

    Whether the connection should be secured with SSL

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

    InPinTenantName

    Tenant ID

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

    InPinUserName

    User ID

    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 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
    | Improve this Doc View Source

    OutPinImapClient

    Connected IMAP client When this node succeeded, the connection needs to be closed using the disconnect node

    Declaration
    public DataPin OutPinImapClient { get; set; }
    Property Value
    Type Description
    DataPin

    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