Skip to content

Commit

Permalink
Fixing inxmail documentation in #13
Browse files Browse the repository at this point in the history
  • Loading branch information
gitfvb committed Jul 12, 2024
1 parent d5c14c0 commit b186f76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AptecoPSFramework/plugins/InxmailPro/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ get-list -type STANDARD | Out-GridView
get-list -type STANDARD -All | Out-GridView
# All approved mailings of type regular mailing
Get-Mailing -Type REGULAR_MAILING -All -ApprovedOnly
Get-Mailing -Type REGULAR_MAILING -All -IsApproved
# Show all regular mailings created after first of May 2022
Get-Mailing -Type REGULAR_MAILING -All -CreatedAfter "1.5.2022" | Out-GridView
Expand Down

0 comments on commit b186f76

Please sign in to comment.