Skip to content

Can I create a shortcut key

Featured Replies

Whenever I send an email outsinde the organisation I have to put "Release-Authorised:" in the subject title, Now I have created an outlook button so if I create a new mail this automatically opens up a new mail with this in the subject line, if however I recieve an email from an external source and reply to it I have to put this phrase in or the mail bounces back :(

Is there any way to make a shortcut key for release-authorised: such as ctrl-shift-m and it automatically comes up as text?

hmmm.. dont know!

What about creating a custom AutoCorrect entry for a strange sequence of characters that will auto correct to what it should be?

i.e ra: will auto correct to Release-Authorised:?? Just a suggestion.

Whenever I send an email outsinde the organisation I have to put "Release-Authorised:" in the subject title, Now I have created an outlook button so if I create a new mail this automatically opens up a new mail with this in the subject line, if however I recieve an email from an external source and reply to it I have to put this phrase in or the mail bounces back :(

Is there any way to make a shortcut key for release-authorised: such as ctrl-shift-m and it automatically comes up as text?

You can add a macro to thisoutlooksession (if you have access)....

Private Sub Application_ItemSend(ByVal Item As Object, Cancel As Boolean)

If UCase(Left(Item.Subject, 3)) = "RE:" Then

Item.Subject = "Release-Authorised:" + Item.Subject

End If

End Sub

and it will automatically add the phrase to the start of the subject line whenever you reply to an email...

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Important Information

Welcome to BRISKODA. Please note the following important links Terms of Use. We have a comprehensive Privacy Policy. We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.