OLKeeper | |
OLKeeper reliably prevents users from closing their Outlook window and thus possibly missing reminders or e-mails. |
Do you want to change the view font of the current folder? This example works for Outlook 2007 and up:
Sub ChangeFolderViewFont() Dim Tv As Outlook.TableView Dim Font$ Font = "Segoe UI" Set Tv = Application.ActiveExplorer.CurrentFolder.CurrentView Tv.AutoPreviewFont.Name = Font Tv.ColumnFont.Name = Font Tv.RowFont.Name = Font Tv.Apply Tv.Save End Sub
ReplyAll | |
ReplyAll alerts you before unintentionally replying all, or if you are a confidential BCC recipient of the e-mail. |