Skip to content

Commit 5d7e883

Browse files
committed
Changed command descriptions
1 parent 0120416 commit 5d7e883

6 files changed

+12
-12
lines changed

taskt/Core/Automation/Commands/OutlookDeleteEmailsCommand.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ namespace taskt.Core.Automation.Commands
1313
{
1414
[Serializable]
1515
[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")]
1818
[Attributes.ClassAttributes.ImplementationDescription("")]
1919

2020
public class OutlookDeleteEmailsCommand : ScriptCommand

taskt/Core/Automation/Commands/OutlookEmailCommand.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ namespace taskt.Core.Automation.Commands
1010
{
1111
[Serializable]
1212
[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")]
1515
[Attributes.ClassAttributes.ImplementationDescription("")]
1616
public class OutlookEmailCommand : ScriptCommand
1717
{

taskt/Core/Automation/Commands/OutlookForwardEmailsCommand.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ namespace taskt.Core.Automation.Commands
1313
{
1414
[Serializable]
1515
[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")]
1818
[Attributes.ClassAttributes.ImplementationDescription("")]
1919
public class OutlookForwardEmailsCommand : ScriptCommand
2020
{

taskt/Core/Automation/Commands/OutlookGetEmailsCommand.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ namespace taskt.Core.Automation.Commands
1313
{
1414
[Serializable]
1515
[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")]
1818
[Attributes.ClassAttributes.ImplementationDescription("")]
1919

2020
public class OutlookGetEmailsCommand : ScriptCommand

taskt/Core/Automation/Commands/OutlookMoveEmailsCommand.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ namespace taskt.Core.Automation.Commands
1313
{
1414
[Serializable]
1515
[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")]
1818
[Attributes.ClassAttributes.ImplementationDescription("")]
1919

2020
public class OutlookMoveEmailsCommand : ScriptCommand

taskt/Core/Automation/Commands/OutlookReplyToEmailsCommand.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ namespace taskt.Core.Automation.Commands
1313
{
1414
[Serializable]
1515
[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")]
1818
[Attributes.ClassAttributes.ImplementationDescription("")]
1919
public class OutlookReplyToEmailsCommand : ScriptCommand
2020
{

0 commit comments

Comments
 (0)