browlry / SentFolderByFrom

Outlook addin that prompts you to choose a "Sent Items" folder for each "From" address you use.
MIT License
4 stars 1 forks source link

SentFolderByFrom

Outlook addin that prompts you to choose a "Sent Items" folder for each "From" address you use.

Background

G Suite Sync for Microsoft Outlook (GSSMO) is Google's tool for connecting your G Suite email account to Outlook.

GSSMO provides support for accessing delegated email accounts via the "Add Account for Delegation" option.

However, items sent from a delegated account will appear in the delegate's primary Sent Items folder, rather than the Sent Items folder for the delegated account.

This add-in works around that issue by moving items to the Sent Items folder you designated for that "From" address.

Installation

See the Releases page to download and install the latest version.

Usage

  1. Compose a new email message in Outlook.

  2. If needed, go to Options > Show Fields > From to unhide the "From" field.

  3. Select a From address other than your primary email address.

    Screenshot of From drop-down in Outlook

  4. Send the email.

  5. After the item syncs to your Sent Items folder, a message appears: "Click OK to select the 'Sent Items' folder for items sent from test@example.com". Click "OK".

    Screenshot of confirmation message

  6. The Select Folder dialog appears. Click the folder where you want items sent from this address to be saved. Click OK.

    Screen shot of Outlook's Select Folder dialog

  7. The item is moved to the folder you selected. In the future, items sent from test@example.com will be saved to this folder automatically, with no confirmation messages.

Oh no, I clicked the wrong folder! How do I get it to ask me for a folder again?

  1. Close Outlook.
  2. Hit Windows Key + R on your keyboard.
  3. In the Run box, enter %appata%\browlry\SentFolderByFrom.
  4. Delete appconfig.bin.
  5. Repeat the steps in the Usage section.

Uninstall

Go to "Add or remove programs" in Windows, find "SentFolderByFrom", and click "Uninstall".