メインコンテンツへスキップ

コンピューターの使用中にOutlookのリマインダーを一番上にポップアップさせるにはどうすればよいですか?

他のアプリケーションやWebサイトで作業していて、Outlookウィンドウを最小化している間、Outlookのいくつかのリマインダーを見逃す可能性があります。 では、コンピューターを使用してリマインダーを閉じるときに、Outlookのリマインダーが常に画面の上部にポップアップ表示されるようにするにはどうすればよいですか? この記事では、それを処理するためのVBAコードを紹介します。

Outlookのリマインダーを画面の上部にポップアップ表示する


Outlookのリマインダーを画面の上部にポップアップ表示する

1。 押す Altキー+ F11 開くキー アプリケーション向け Microsoft Visual Basic 窓。

2.でダブルクリックします このOutlookSession Project1 ペインで、以下のコードをコピーしてスクリプトに貼り付けます。

VBA:リマインダーが一番上に表示されます

Private Sub Application_Reminder(ByVal Item As Object)
'UpdatebyExtendoffice20180418
Dim xAppointment As AppointmentItem
If Item.Class = olAppointment Then
    Set xAppointment = Item
    MsgBox xAppointment.Subject, 4096 + vbInformation + vbOKOnly, "Kutools for Outlook"
End If
End Sub

トップ1のドキュメントリマインダー

3.保存して閉じます アプリケーション向け Microsoft Visual Basic 窓。

これで、Outlookが最小化されていても、他のアプリケーションで作業している間、リマインダーが画面の上部にポップアップ表示されます。
トップ2のドキュメントリマインダー


最高のオフィス生産性向上ツール

Kutools for Outlook - Outlook を強化する 100 以上の強力な機能

🤖 AIメールアシスタント: AI の魔法を備えたインスタント プロのメール - ワンクリックで天才的な返信、完璧な口調、多言語の習得。メールを簡単に変革しましょう! ...

📧 自動メール: 不在時 (POP および IMAP で利用可能)  /  メール送信のスケジュール設定  /  メール送信時のルールによる自動CC/BCC  /  自動転送 (高度なルール)   /  あいさつを自動追加   /  複数受信者の電子メールを個別のメッセージに自動的に分割する ...

📨 電子メール管理: メールを簡単に思い出す  /  件名などで詐欺メールをブロック  /  重複するメールを削除する  /  高度な検索  /  フォルダーを統合する ...

📁 アタッチメント プロバッチ保存  /  バッチデタッチ  /  バッチ圧縮  /  自動保存   /  自動デタッチ  /  自動圧縮 ...

🌟 インターフェースマジック: 😊もっと可愛くてクールな絵文字   /  タブ付きビューで Outlook の生産性を向上  /  Outlook を閉じる代わりに最小化する ...

???? ワンクリックの驚異: 受信した添付ファイルをすべてに返信する  /   フィッシングメール対策  /  🕘送信者のタイムゾーンを表示 ...

👩🏼‍🤝‍👩🏻 連絡先とカレンダー: 選択したメールから連絡先を一括追加  /  連絡先グループを個別のグループに分割する  /  誕生日のリマインダーを削除する ...

オーバー 100の特長 あなたの探索をお待ちしています! ここをクリックして詳細をご覧ください。

 

 

Comments (5)
No ratings yet. Be the first to rate!
This comment was minimized by the moderator on the site
Bless you for this. To get it to work, I had to enable macros, but once I did "viola!" You are a savior! 
This comment was minimized by the moderator on the site
The VBA supplied did not work for me with Outlook 2013, but this did:

Private Sub Application_Reminder(ByVal Item As Object)

If TypeOf Item Is AppointmentItem Then
MsgBox "Appointment ", vbSystemModal, "Outlook Macro"
End If

End Sub
This comment was minimized by the moderator on the site
I was running into similar problems,

I face this so often that I wrote a simple program called OutlookRemindersOnTop will keep bringing the reminders window on top and also show a windows notification if it finds the window

Hope it helps and it works great for me if it helps you can download it from
https://1drv.ms/f/s!AmaHAXM9ZhPhaYN972FkhyTLHO8

it requires .net 4.5 or 4.0 i can recompile it to 2.0 if there is interest.


Hope it helps
This comment was minimized by the moderator on the site
Thank you so much - this has been driving me crazy missing important meetings/time related tasks because my reminders do NOT show on top. Reading all the threads about this shows me MS do not really care that they changed that at all. Now I am getting a reminder pop up and when I click that it takes me to the MS reminder pane - just brilliant! One question, is there any chance that the pop up box could be a different colour than blue? I would love a bright pink or red or green so the reminder is shouting at my face lol.
This comment was minimized by the moderator on the site
how can this be used for tasks, as opposed to appointments?
There are no comments posted here yet
Please leave your comments in English
Posting as Guest
×
Rate this post:
0   Characters
Suggested Locations