'宣言 Public Overloads Function GetNotesInRange( _ ByVal startDateTime As Date, _ ByVal endDateTime As Date, _ ByVal includeNonVisibleOwners As Boolean, _ ByVal includeVisibleOwners As Boolean _ ) As NotesSubsetCollection
public NotesSubsetCollection GetNotesInRange( DateTime startDateTime, DateTime endDateTime, bool includeNonVisibleOwners, bool includeVisibleOwners )