バージョン

GetNotesInRange(DateTime,DateTime,Boolean) メソッド

指定した日付範囲内に一部でも含まれている Note オブジェクトのコレクションを返します。
シンタックス
'宣言
 
Public Overloads Function GetNotesInRange( _
   ByVal startDateTime As Date, _
   ByVal endDateTime As Date, _
   ByVal includeNonVisibleOwners As Boolean _
) As NotesSubsetCollection

パラメータ

startDateTime
メモの最も早い開始日。
endDateTime
メモの最も遅い終了日。
includeNonVisibleOwners
VisibleプロパティがFalseのオーナーに関連付けられたメモを含めるかどうかを指定します。

戻り値の型

startDateTime および endDateTime と重なる Note オブジェクトをすべて含む NotesSubsetCollection
参照