| | Awarded by Microsoft since 2005: |  |
| | VBOffice Info | | Visitors | 1392879 | | Impressions | 5103902 |
| |
|
| |
| Author: Michael Bauer | Homepage | | Date: 13.10.2008 | Accessed: 17758 | | | | Description
Since Outlook 2007 you can't directly display the categorizer for outgoing e-mails.
This small example demonstrates how to display the dialog for the active e-mail. |
Public Sub ShowCategoriesDialog()
Dim Mail As Object
Set Mail = Application.ActiveInspector.CurrentItem
Mail.ShowCategoriesDialog
End Sub
|
| | |
| | |  | ReplyAll alerts you before unintentionally replying all, or if you are a confidential BCC recipient of the ... [more] |
| | |  | Access the master category list in the blink of an eye, share your categories in a network, get a reminder service, and ... [more] |
| | |  | SAM automatically sets the sender, signature, and folder for sent items, for instance based on the recipient ... [more] |
| | |  | OLKeeper reliably prevents users from closing their Outlook window and thus possibly missing reminders or ... [more] |
| |
|