Class ConnectToImapOAuth2Node
Node to connect to an IMAP Mailserver with OAuth2
Inheritance
System.Object
ConnectToImapOAuth2Node
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
|
Improve this Doc
View Source
InPinPort
Declaration
public DataPin InPinPort { get; set; }
Property Value
|
Improve this Doc
View Source
InPinSSL
Whether the connection should be secured with SSL
Declaration
public DataPin InPinSSL { get; set; }
Property Value
|
Improve this Doc
View Source
InPinTenantName
Declaration
public DataPin InPinTenantName { 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
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
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 |
|