msoCondition

Specifies the condition for comparison between a file and a specified property in a file search.

msoConditionAnyNumberBetweenAny number between values specified with the Value and SecondValue properties of the PropertyTest object.
msoConditionAnytimeDate specified in the Name property of the PropertyTest object can be any time.
msoConditionAnytimeBetweenDate specified in the Name property of the PropertyTest object is between the dates specified with the Value and SecondValue properties of the PropertyTest object.
msoConditionAtLeastValue of the file property specified in Name property of the PropertyTest object is at least the value specified in the Value property of the PropertyTest object.
msoConditionAtMostValue of the file property specified in Name property of the PropertyTest object is at most the value specified in the Value property of the PropertyTest object.
msoConditionBeginsWithValue of the file property specified in Name property of the PropertyTest object begins with the value specified in the Value property of the PropertyTest object.
msoConditionDoesNotEqualValue of the file property specified in Name property of the PropertyTest object does not equal the value specified in the Value property of the PropertyTest object.
msoConditionEndsWithValue of the file property specified in Name property of the PropertyTest object ends with the value specified in the Value property of the PropertyTest object.
msoConditionEqualsValue of the file property specified in Name property of the PropertyTest object equals the value specified in the Value property of the PropertyTest object.
msoConditionEqualsCompletedStatus equals "Completed"
Value of the Name property must be Status.
msoConditionEqualsDeferredStatus equals "Deferred"
Value of the Name property must be Status.
msoConditionEqualsHighPriority equals "High"
Value of the Name property must be Priority.
msoConditionEqualsInProgressStatus equals "In Progress"
Value of the Name property must be Status.
msoConditionEqualsLowPriority equals "Low"
Value of the Name property must be Priority.
msoConditionEqualsNormalPriority equals "Normal"
Value of the Name property must be Priority.
msoConditionEqualsNotStartedStatus equals "Not Started"
Value of the Name property must be Status.
msoConditionEqualsWaitingForSomeoneElseStatus equals "Waiting for Someone Else"
Value of the Name property must be Status.
msoConditionFileTypeAllFilesFile can be any type.
msoConditionFileTypeBindersBinder file.
msoConditionFileTypeCalendarItemCalendar item.
msoConditionFileTypeContactItemContact item.
msoConditionFileTypeDatabasesDatabase.
msoConditionFileTypeDataConnectionFilesData connection file.
msoConditionFileTypeDesignerFilesDesigner file.
msoConditionFileTypeDocumentImagingFilesDocument imaging file.
msoConditionFileTypeExcelWorkbooksExcel workbook.
msoConditionFileTypeJournalItemJournal item.
msoConditionFileTypeMailItemMail item.
msoConditionFileTypeNoteItemNote item.
msoConditionFileTypeOfficeFilesFile can be any Office file type.
msoConditionFileTypeOutlookItemsOutlook item.
msoConditionFileTypePhotoDrawFilesPhotoDraw file.
msoConditionFileTypePowerPointPresentationsPowerPoint presentation.
msoConditionFileTypeProjectFilesProject file.
msoConditionFileTypePublisherFilesPublisher file.
msoConditionFileTypeTaskItemTask item.
msoConditionFileTypeTemplatesTemplate.
msoConditionFileTypeVisioFilesVisio file.
msoConditionFileTypeWebPagesWeb page.
msoConditionFileTypeWordDocumentsWord document.
msoConditionFreeTextValue of the file property specified in the Name property of the PropertyTest object matches the value specified in the Value property of the PropertyTest object when a FreeText search is used.
msoConditionIncludesValue of the file property specified in Name property of the PropertyTest object includes the value specified in the Value property of the PropertyTest object.
msoConditionIncludesFormsOfValue of the file property specified in Name property of the PropertyTest object includes forms of the value specified in the Value property of the PropertyTest object.
msoConditionIncludesNearEachOtherValue of the file property specified in Name property of the PropertyTest object and the value specified in the Value property of the PropertyTest object are near each other.
msoConditionIncludesPhraseValue of the file property specified in Name property of the PropertyTest object includes the phrase specified in the value specified in the Value property of the PropertyTest object.
msoConditionInTheLastDate specified in the Name property of the PropertyTest object is within the last time interval specified in the Value property of the PropertyTest object.
msoConditionInTheNextDate specified in the Name property of the PropertyTest object is within the next time interval specified in the Value property of the PropertyTest object.
msoConditionIsExactlyValue of the file property specified in Name property of the PropertyTest object is exactly the value specified in the Value property of the PropertyTest object.
msoConditionIsNoValue of the file property specified in Name property of the PropertyTest object is "False".
msoConditionIsNotValue of the file property specified in Name property of the PropertyTest object is not the value specified in the Value property of the PropertyTest object.
msoConditionIsYesValue of the file property specified in Name property of the PropertyTest object is "True".
msoConditionLastMonthDate specified in the Name property of the PropertyTest object is within the last month.
msoConditionLastWeekDate specified in the Name property of the PropertyTest object is within the last week.
msoConditionLessThanValue of the file property specified in Name property of the PropertyTest object is less than the value specified in the Value property of the PropertyTest object.
msoConditionMoreThanValue of the file property specified in Name property of the PropertyTest object is more than the value specified in the Value property of the PropertyTest object.
msoConditionNextMonthDate specified in the Name property of the PropertyTest object is next month.
msoConditionNextWeekDate specified in the Name property of the PropertyTest object is next week.
msoConditionNotEqualToCompletedStatus does not equal "Completed"
Value of the Name property must be Status.
msoConditionNotEqualToDeferredStatus does not equal "Deferred"
Value of the Name property must be Status.
msoConditionNotEqualToHighValue of file property specified in the Name property of the PropertyTest object does not equal "High"
Value of the Name property must be Priority or Importance.
msoConditionNotEqualToInProgressStatus does not equal "In Progress"
Value of the Name property must be Status.
msoConditionNotEqualToLowValue of file property specified in the Name property of the PropertyTest object does not equal "Low"
Value of the Name property must be Priority or Importance.
msoConditionNotEqualToNormalValue of file property specified in the Name property of the PropertyTest object does not equal "Normal"
Value of the Name property must be Priority or Importance.
msoConditionNotEqualToNotStartedStatus does not equal "Not Started"
Value of the Name property must be Status.
msoConditionNotEqualToWaitingForSomeoneElseStatus does not equal "Waiting for Someone Else"
Value of the Name property must be Status.
msoConditionOnDate specified in the Name property of the PropertyTest object is the same as the date specified in the Value property of the PropertyTest object.
msoConditionOnOrAfterDate specified in the Name property of the PropertyTest object is on or after the date specified in the Value property of the PropertyTest object.
msoConditionOnOrBeforeDate specified in the Name property of the PropertyTest object is on or before the date specified in the Value property of the PropertyTest object.
msoConditionThisMonthDate specified in the Name property of the PropertyTest object is this month.
msoConditionThisWeekDate specified in the Name property of the PropertyTest object is this week.
msoConditionTodayDate specified in the Name property of the PropertyTest object is today.
msoConditionTomorrowDate specified in the Name property of the PropertyTest object is tomorrow.
msoConditionYesterdayDate specified in the Name property of the PropertyTest object is yesterday.

msoConditionAnyNumberBetween
Any number between values specified with the Value and SecondValue properties of the PropertyTest object.
msoConditionAnytime
Date specified in the Name property of the PropertyTest object can be any time.
msoConditionAnytimeBetween
Date specified in the Name property of the PropertyTest object is between the dates specified with the Value and SecondValue properties of the PropertyTest object.
msoConditionAtLeast
Value of the file property specified in Name property of the PropertyTest object is at least the value specified in the Value property of the PropertyTest object.
msoConditionAtMost
Value of the file property specified in Name property of the PropertyTest object is at most the value specified in the Value property of the PropertyTest object.
msoConditionBeginsWith
Value of the file property specified in Name property of the PropertyTest object begins with the value specified in the Value property of the PropertyTest object.
msoConditionDoesNotEqual
Value of the file property specified in Name property of the PropertyTest object does not equal the value specified in the Value property of the PropertyTest object.
msoConditionEndsWith
Value of the file property specified in Name property of the PropertyTest object ends with the value specified in the Value property of the PropertyTest object.
msoConditionEquals
Value of the file property specified in Name property of the PropertyTest object equals the value specified in the Value property of the PropertyTest object.
msoConditionEqualsCompleted
Status equals "Completed"
Value of the Name property must be Status.
msoConditionEqualsDeferred
Status equals "Deferred"
Value of the Name property must be Status.
msoConditionEqualsHigh
Priority equals "High"
Value of the Name property must be Priority.
msoConditionEqualsInProgress
Status equals "In Progress"
Value of the Name property must be Status.
msoConditionEqualsLow
Priority equals "Low"
Value of the Name property must be Priority.
msoConditionEqualsNormal
Priority equals "Normal"
Value of the Name property must be Priority.
msoConditionEqualsNotStarted
Status equals "Not Started"
Value of the Name property must be Status.
msoConditionEqualsWaitingForSomeoneElse
Status equals "Waiting for Someone Else"
Value of the Name property must be Status.
msoConditionFileTypeAllFiles
File can be any type.
msoConditionFileTypeBinders
Binder file.
msoConditionFileTypeCalendarItem
Calendar item.
msoConditionFileTypeContactItem
Contact item.
msoConditionFileTypeDatabases
Database.
msoConditionFileTypeDataConnectionFiles
Data connection file.
msoConditionFileTypeDesignerFiles
Designer file.
msoConditionFileTypeDocumentImagingFiles
Document imaging file.
msoConditionFileTypeExcelWorkbooks
Excel workbook.
msoConditionFileTypeJournalItem
Journal item.
msoConditionFileTypeMailItem
Mail item.
msoConditionFileTypeNoteItem
Note item.
msoConditionFileTypeOfficeFiles
File can be any Office file type.
msoConditionFileTypeOutlookItems
Outlook item.
msoConditionFileTypePhotoDrawFiles
PhotoDraw file.
msoConditionFileTypePowerPointPresentations
PowerPoint presentation.
msoConditionFileTypeProjectFiles
Project file.
msoConditionFileTypePublisherFiles
Publisher file.
msoConditionFileTypeTaskItem
Task item.
msoConditionFileTypeTemplates
Template.
msoConditionFileTypeVisioFiles
Visio file.
msoConditionFileTypeWebPages
Web page.
msoConditionFileTypeWordDocuments
Word document.
msoConditionFreeText
Value of the file property specified in the Name property of the PropertyTest object matches the value specified in the Value property of the PropertyTest object when a FreeText search is used.
msoConditionIncludes
Value of the file property specified in Name property of the PropertyTest object includes the value specified in the Value property of the PropertyTest object.
msoConditionIncludesFormsOf
Value of the file property specified in Name property of the PropertyTest object includes forms of the value specified in the Value property of the PropertyTest object.
msoConditionIncludesNearEachOther
Value of the file property specified in Name property of the PropertyTest object and the value specified in the Value property of the PropertyTest object are near each other.
msoConditionIncludesPhrase
Value of the file property specified in Name property of the PropertyTest object includes the phrase specified in the value specified in the Value property of the PropertyTest object.
msoConditionInTheLast
Date specified in the Name property of the PropertyTest object is within the last time interval specified in the Value property of the PropertyTest object.
msoConditionInTheNext
Date specified in the Name property of the PropertyTest object is within the next time interval specified in the Value property of the PropertyTest object.
msoConditionIsExactly
Value of the file property specified in Name property of the PropertyTest object is exactly the value specified in the Value property of the PropertyTest object.
msoConditionIsNo
Value of the file property specified in Name property of the PropertyTest object is "False".
msoConditionIsNot
Value of the file property specified in Name property of the PropertyTest object is not the value specified in the Value property of the PropertyTest object.
msoConditionIsYes
Value of the file property specified in Name property of the PropertyTest object is "True".
msoConditionLastMonth
Date specified in the Name property of the PropertyTest object is within the last month.
msoConditionLastWeek
Date specified in the Name property of the PropertyTest object is within the last week.
msoConditionLessThan
Value of the file property specified in Name property of the PropertyTest object is less than the value specified in the Value property of the PropertyTest object.
msoConditionMoreThan
Value of the file property specified in Name property of the PropertyTest object is more than the value specified in the Value property of the PropertyTest object.
msoConditionNextMonth
Date specified in the Name property of the PropertyTest object is next month.
msoConditionNextWeek
Date specified in the Name property of the PropertyTest object is next week.
msoConditionNotEqualToCompleted
Status does not equal "Completed"
Value of the Name property must be Status.
msoConditionNotEqualToDeferred
Status does not equal "Deferred"
Value of the Name property must be Status.
msoConditionNotEqualToHigh
Value of file property specified in the Name property of the PropertyTest object does not equal "High"
Value of the Name property must be Priority or Importance.
msoConditionNotEqualToInProgress
Status does not equal "In Progress"
Value of the Name property must be Status.
msoConditionNotEqualToLow
Value of file property specified in the Name property of the PropertyTest object does not equal "Low"
Value of the Name property must be Priority or Importance.
msoConditionNotEqualToNormal
Value of file property specified in the Name property of the PropertyTest object does not equal "Normal"
Value of the Name property must be Priority or Importance.
msoConditionNotEqualToNotStarted
Status does not equal "Not Started"
Value of the Name property must be Status.
msoConditionNotEqualToWaitingForSomeoneElse
Status does not equal "Waiting for Someone Else"
Value of the Name property must be Status.
msoConditionOn
Date specified in the Name property of the PropertyTest object is the same as the date specified in the Value property of the PropertyTest object.
msoConditionOnOrAfter
Date specified in the Name property of the PropertyTest object is on or after the date specified in the Value property of the PropertyTest object.
msoConditionOnOrBefore
Date specified in the Name property of the PropertyTest object is on or before the date specified in the Value property of the PropertyTest object.
msoConditionThisMonth
Date specified in the Name property of the PropertyTest object is this month.
msoConditionThisWeek
Date specified in the Name property of the PropertyTest object is this week.
msoConditionToday
Date specified in the Name property of the PropertyTest object is today.
msoConditionTomorrow
Date specified in the Name property of the PropertyTest object is tomorrow.
msoConditionYesterday
Date specified in the Name property of the PropertyTest object is yesterday.

REMARKS
* Added in 2007.
* This enumeration does not appear in the Object Browser.

© 2024 Better Solutions Limited. All Rights Reserved. © 2024 Better Solutions Limited Top