Reporter | |
VBOffice Reporter is an easy to use tool for data analysis and reporting in Outlook. A single click, for instance, allows you to see the number of hours planned for meetings the next month. |
This small sample displays the dialog for the active, open e-mail. Simply press ALT+F8 to run the macro.
Public Sub ShowCategoriesDialog() Dim Mail As Object Set Mail = Application.ActiveInspector.CurrentItem Mail.ShowCategoriesDialog End Sub
SAM | |
Determine the "identity" of your emails. Set with SAM the sender and the folder folder for sent items with the help of rules. |