Class GetMailsViaImapClientNode
Node to get mails via an IMAP client
Inheritance
System.Object
GetMailsViaImapClientNode
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
Declaration
public DataPin InPinImapClient { get; set; }
Property Value
|
Improve this Doc
View Source
InPinPath
Folder that should be searched for mails
Declaration
public DataPin InPinPath { get; set; }
Property Value
|
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
|
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
Declaration
public DataPin OutPinAttachmentBody { get; set; }
Property Value
|
Improve this Doc
View Source
OutPinAttachmentName
Declaration
public DataPin OutPinAttachmentName { get; set; }
Property Value
|
Improve this Doc
View Source
OutPinHtmlMailBody
Declaration
public DataPin OutPinHtmlMailBody { get; set; }
Property Value
|
Improve this Doc
View Source
OutPinMailBody
Declaration
public DataPin OutPinMailBody { get; set; }
Property Value
|
Improve this Doc
View Source
OutPinMailId
Declaration
public DataPin OutPinMailId { get; set; }
Property Value
|
Improve this Doc
View Source
OutPinMailObject
The mail object (MimeMessage)
Declaration
public DataPin OutPinMailObject { get; set; }
Property Value
|
Improve this Doc
View Source
OutPinMailSeen
Whether the mail is marked as seen or not
Declaration
public DataPin OutPinMailSeen { get; set; }
Property Value
|
Improve this Doc
View Source
OutPinMailSender
Declaration
public DataPin OutPinMailSender { get; set; }
Property Value
|
Improve this Doc
View Source
OutPinMailSubject
Declaration
public DataPin OutPinMailSubject { get; set; }
Property Value
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 |
|