Commit 5d7e883 1 parent 0120416 commit 5d7e883 Copy full SHA for 5d7e883
File tree 6 files changed +12
-12
lines changed
taskt/Core/Automation/Commands
6 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ namespace taskt.Core.Automation.Commands
13
13
{
14
14
[ Serializable ]
15
15
[ Attributes . ClassAttributes . Group ( "Outlook Commands" ) ]
16
- [ Attributes . ClassAttributes . Description ( "This command allows you to manipulate emails with outlook" ) ]
17
- [ Attributes . ClassAttributes . UsesDescription ( "Use this command when you want to manipulate emails with your currenty logged in outlook account" ) ]
16
+ [ Attributes . ClassAttributes . Description ( "This command allows you to delete emails with outlook" ) ]
17
+ [ Attributes . ClassAttributes . UsesDescription ( "Use this command when you want to delete emails with your currenty logged in outlook account" ) ]
18
18
[ Attributes . ClassAttributes . ImplementationDescription ( "" ) ]
19
19
20
20
public class OutlookDeleteEmailsCommand : ScriptCommand
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ namespace taskt.Core.Automation.Commands
10
10
{
11
11
[ Serializable ]
12
12
[ Attributes . ClassAttributes . Group ( "Outlook Commands" ) ]
13
- [ Attributes . ClassAttributes . Description ( "This command allows you to manipulate emails with outlook" ) ]
14
- [ Attributes . ClassAttributes . UsesDescription ( "Use this command when you want to manipulate emails with your currenty logged in outlook account" ) ]
13
+ [ Attributes . ClassAttributes . Description ( "This command allows you to send emails with outlook" ) ]
14
+ [ Attributes . ClassAttributes . UsesDescription ( "Use this command when you want to send emails with your currenty logged in outlook account" ) ]
15
15
[ Attributes . ClassAttributes . ImplementationDescription ( "" ) ]
16
16
public class OutlookEmailCommand : ScriptCommand
17
17
{
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ namespace taskt.Core.Automation.Commands
13
13
{
14
14
[ Serializable ]
15
15
[ Attributes . ClassAttributes . Group ( "Outlook Commands" ) ]
16
- [ Attributes . ClassAttributes . Description ( "This command allows you to manipulate emails with outlook" ) ]
17
- [ Attributes . ClassAttributes . UsesDescription ( "Use this command when you want to manipulate emails with your currenty logged in outlook account" ) ]
16
+ [ Attributes . ClassAttributes . Description ( "This command allows you to forward emails with outlook" ) ]
17
+ [ Attributes . ClassAttributes . UsesDescription ( "Use this command when you want to forward emails with your currenty logged in outlook account" ) ]
18
18
[ Attributes . ClassAttributes . ImplementationDescription ( "" ) ]
19
19
public class OutlookForwardEmailsCommand : ScriptCommand
20
20
{
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ namespace taskt.Core.Automation.Commands
13
13
{
14
14
[ Serializable ]
15
15
[ Attributes . ClassAttributes . Group ( "Outlook Commands" ) ]
16
- [ Attributes . ClassAttributes . Description ( "This command allows you to manipulate emails with outlook" ) ]
17
- [ Attributes . ClassAttributes . UsesDescription ( "Use this command when you want to manipulate emails with your currenty logged in outlook account" ) ]
16
+ [ Attributes . ClassAttributes . Description ( "This command allows you to get emails and attachments with outlook" ) ]
17
+ [ Attributes . ClassAttributes . UsesDescription ( "Use this command when you want to get emails and attachments with your currenty logged in outlook account" ) ]
18
18
[ Attributes . ClassAttributes . ImplementationDescription ( "" ) ]
19
19
20
20
public class OutlookGetEmailsCommand : ScriptCommand
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ namespace taskt.Core.Automation.Commands
13
13
{
14
14
[ Serializable ]
15
15
[ Attributes . ClassAttributes . Group ( "Outlook Commands" ) ]
16
- [ Attributes . ClassAttributes . Description ( "This command allows you to manipulate emails with outlook" ) ]
17
- [ Attributes . ClassAttributes . UsesDescription ( "Use this command when you want to manipulate emails with your currenty logged in outlook account" ) ]
16
+ [ Attributes . ClassAttributes . Description ( "This command allows you to move/copy emails with outlook" ) ]
17
+ [ Attributes . ClassAttributes . UsesDescription ( "Use this command when you want to move/copy emails with your currenty logged in outlook account" ) ]
18
18
[ Attributes . ClassAttributes . ImplementationDescription ( "" ) ]
19
19
20
20
public class OutlookMoveEmailsCommand : ScriptCommand
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ namespace taskt.Core.Automation.Commands
13
13
{
14
14
[ Serializable ]
15
15
[ Attributes . ClassAttributes . Group ( "Outlook Commands" ) ]
16
- [ Attributes . ClassAttributes . Description ( "This command allows you to manipulate emails with outlook" ) ]
17
- [ Attributes . ClassAttributes . UsesDescription ( "Use this command when you want to manipulate emails with your currenty logged in outlook account" ) ]
16
+ [ Attributes . ClassAttributes . Description ( "This command allows you to reply to emails with outlook" ) ]
17
+ [ Attributes . ClassAttributes . UsesDescription ( "Use this command when you want to reply to emails with your currenty logged in outlook account" ) ]
18
18
[ Attributes . ClassAttributes . ImplementationDescription ( "" ) ]
19
19
public class OutlookReplyToEmailsCommand : ScriptCommand
20
20
{
You can’t perform that action at this time.
0 commit comments