共用方式為


Outlook) (Reminders.Snooze 事件

使用 [延期] 按鈕解除提醒時發生。

語法

expressionSnooze( _ReminderObject_ )

表達 會傳回 Reminders 物件的 運算式。

參數

名稱 必要/選用 資料類型 描述
ReminderObject 必要 Reminder 代表要解除的提醒。

註解

執行 Snooze 方法時,或使用者按一下 [ 延遲 ] 按鈕時,就會引發此事件。

範例

下列 Microsoft Visual Basic for Applications (VBA) 範例會顯示為已延期之 Reminder 物件所設定的原始日期和時間。

Public WithEvents objReminders As Outlook.Reminders 
 
Sub Initialize_Handler() 
 Set objReminders = Application.Reminders 
End Sub 
 
Private Sub objReminders_Snooze(ByVal ReminderObject As Reminder) 
 'Occurs when a user clicks Snooze or when snooze is 
 'programmatically executed. 
 MsgBox "The reminder was originally set at " _ 
 & ReminderObject.OriginalReminderDate 
End Sub

另請參閱

Reminders 物件

支援和意見反應

有關於 Office VBA 或這份文件的問題或意見反應嗎? 如需取得支援服務並提供意見反應的相關指導,請參閱 Office VBA 支援與意見反應