Class SetAsSeenMailViaImapClientNode
Node to mark a mail as seen via an OAuth2 authenticated IMAP client
Inheritance
System.Object
SetAsSeenMailViaImapClientNode
Assembly: Simplic.Framework.Flow.dll
Syntax
public class SetAsSeenMailViaImapClientNode : ActionNode
Constructors
|
Improve this Doc
View Source
SetAsSeenMailViaImapClientNode()
Declaration
public SetAsSeenMailViaImapClientNode()
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
InPinMessageId
Declaration
public DataPin InPinMessageId { get; set; }
Property Value
|
Improve this Doc
View Source
InPinPath
Folder where the mail is in
Declaration
public DataPin InPinPath { get; set; }
Property Value
|
Improve this Doc
View Source
InPinSeen
Whether the mail should be marked as seen (true) or unread (false), default = true
Declaration
public DataPin InPinSeen { 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 unexpected 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 |
|
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 |
|