Search Results for

    Show / Hide Table of Contents

    Class GetMailsViaImapClientNode

    Node to get mails via an IMAP client

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

    Constructors

    | Improve this Doc View Source

    GetMailsViaImapClientNode()

    Declaration
    public GetMailsViaImapClientNode()

    Properties

    | Improve this Doc View Source

    FriendlyName

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

    InPinImapClient

    Connected IMAP client

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

    InPinPath

    Folder that should be searched for mails

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

    InPinSeenMode

    Whether only seen (true) or unseen (false) mails should be loaded. Leave empty to accept both

    Declaration
    public DataPin InPinSeenMode { 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

    OutNodeComplete

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

    Declaration
    public ActionNode OutNodeComplete { get; set; }
    Property Value
    Type Description
    ActionNode
    | 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

    OutNodeForEachAttachment

    Out node that gets enquedfor each attachment

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

    OutNodeForEachMail

    Out node that gets enqued for each mail

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

    OutNodeForEachMailNoAttachment

    Out node that gets called a mail has no attachment

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

    OutNodeForEachMailWithAttachment

    Out node that gets called a mail has no attachment

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

    OutPinAttachmentBody

    Body of the attachment

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

    OutPinAttachmentName

    Name of the attachment

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

    OutPinHtmlMailBody

    HTML-Body of the mail

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

    OutPinMailBody

    Text-Body of the mail

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

    OutPinMailId

    ID of the mail

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

    OutPinMailObject

    The mail object (MimeMessage)

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

    OutPinMailSeen

    Whether the mail is marked as seen or not

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

    OutPinMailSender

    Sender of the mail

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

    OutPinMailSubject

    Subject of the mail

    Declaration
    public DataPin OutPinMailSubject { 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