Class GetMailsWithPop3ClientNode
Mail to get mails via a pop3 client
Inheritance
System.Object
GetMailsWithPop3ClientNode
Assembly: Simplic.Framework.Flow.dll
Syntax
public class GetMailsWithPop3ClientNode : 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
|
Improve this Doc
View Source
InPinPassword
Declaration
public DataPin InPinPassword { get; set; }
Property Value
|
Improve this Doc
View Source
InPinPort
Declaration
public DataPin InPinPort { get; set; }
Property Value
|
Improve this Doc
View Source
InPinSSL
Declaration
public DataPin InPinSSL { get; set; }
Property Value
|
Improve this Doc
View Source
InPinUserName
Declaration
public DataPin InPinUserName { 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
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
Declaration
public DataPin OutPinMailObject { 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 |
|