Search: get-web-attribute-1

Last modified by admin on 2022/04/24 04:58

Results 1 - 3 of 3 Page 1

Custom Activity

Located in
Last modified by admin on 2023/04/27 18:24
Rendered document content
: CodeActivity { public InArgument<int> Number1 { get; set; } public InArgument<int> Number2 { get; set; } public OutArgument<int> Total { get; set; } protected override void
Open command prompt at your project folder Figure 1 Click on address bar -> type ‘cmd’ -> press
Raw document content
demonstrates how to create an activity. **There are two steps required to create a custom activity:** 1. Writing the custom activity code. 1. Package your activity 1. Register the assembly (.dll) to akaBot
installed and do the following steps:** 1. Open Microsoft Visual Studio. 1. In the New Project dialog

[09]Get POP3 Mail Messages

Last modified by Tuan Nguyen on 2022/05/13 03:49
Rendered document content
: “Mail.MyDomain.com” Logon Email (String)* - The email account used to get the message. Password (String)* - The password of the email account used to get the message. Misc Public (Checkbox) - Check if you want
. E.g: “POP3 Get Mail” Option Delete Messages (CheckBox) - If you choose this, the read message has
Title
[09]Get POP3 Mail Messages
Location
Get POP3 Mail Messages
Raw document content
server. [[image:image-20220505163009-1.png]] (* is mandatory) == **Properties** == **Host
"]] **Logon** * **Email (String)*** - The email account used to get the message. * **Password (String)*** - The password of the email account used to get the message. **Misc** * **Public (Checkbox)** - Check

[06]Get IMAP Mail Messages

Last modified by Tuan Nguyen on 2022/05/13 03:46
Rendered document content
: “Mail.MyDomain.com” Logon Email (String)* - The email account used to get the message. Password (String)* - The password of the email account used to get the message. Misc Public (Checkbox) - Check if you want
. E.g: Get Imap Mail Message Option Delete Messages (CheckBox) - If you choose this, the read message
Title
[06]Get IMAP Mail Messages
Location
Get IMAP Mail Messages
Raw document content
a specified server. [[image:image-20220505162545-1.png]] (* is mandatory) == **Properties
used to get the message. * **Password (String)*** - The password of the email account used to get
. You can edit the name of the activity to organize and structure your code better. E.g: Get Imap Mail
Page 1
RSS feed for search on [get-web-attribute-1]
Created by admin on 2022/04/17 14:38