API Reference
Class
EmailStoreField`1
Typed Store field with comparison-filter helpers.
Inheritance
- EmailStoreField
- EmailStoreField`1
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property EmailStoreFields.DeclaredSize
- Property EmailStoreFields.FolderId
- Property EmailStoreFields.HasAttachments
- Property EmailStoreFields.IsAssociated
- Property EmailStoreFields.IsHeaderOnly
- Property EmailStoreFields.IsMarkedForDownload
- Property EmailStoreFields.IsMarkedForRemoteDeletion
- Property EmailStoreFields.IsOrphaned
- Property EmailStoreFields.IsRead
- Property EmailStoreFields.ItemId
- Property EmailStoreFields.OutlookItemKind
- Property EmailStoreFields.ReceivedAt
- Property EmailStoreFields.SentAt
- Property EmailStoreFilter.Field
- Property EmailStoreProjection.Fields
- Property EmailStoreSort.Field
- Property EmailStoreTableRow.Fields
Accepted by parameters
- Constructor EmailStoreProjection.EmailStoreProjection
- Constructor EmailStoreSort.EmailStoreSort
- Method EmailStoreTableQuery.Select
- Method EmailStoreTableRow.Get``1
- Method EmailStoreTableRow.Item
Type Parameters
- T
- Projected field type.
Methods
public EmailStoreFilter EqualTo(T value) #Returns:
EmailStoreFilterTests ordinal/typed equality according to this field's vocabulary comparer.
Parameters
- value `0
public EmailStoreFilter GreaterThan(T value) #Returns:
EmailStoreFilterTests whether the field sorts after the supplied value.
Parameters
- value `0
public EmailStoreFilter GreaterThanOrEqualTo(T value) #Returns:
EmailStoreFilterTests whether the field sorts at or after the supplied value.
Parameters
- value `0
public EmailStoreFilter In(params T[] values) #Returns:
EmailStoreFilterTests membership using the field's vocabulary comparer.
Parameters
- values `0[]
public EmailStoreFilter LessThan(T value) #Returns:
EmailStoreFilterTests whether the field sorts before the supplied value.
Parameters
- value `0
public EmailStoreFilter LessThanOrEqualTo(T value) #Returns:
EmailStoreFilterTests whether the field sorts at or before the supplied value.
Parameters
- value `0
public EmailStoreFilter NotEqualTo(T value) #Returns:
EmailStoreFilterTests inequality according to this field's vocabulary comparer.
Parameters
- value `0
Inherited Methods
public EmailStoreSort Ascending(EmailStoreNullOrder nullOrder = Last) #Returns:
EmailStoreSortInherited from EmailStoreField
Parameters
- nullOrder EmailStoreNullOrder = Last
public EmailStoreSort Descending(EmailStoreNullOrder nullOrder = Last) #Returns:
EmailStoreSortInherited from EmailStoreField
Parameters
- nullOrder EmailStoreNullOrder = Last
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Inherited Properties
public String Key { get; } #Inherited from EmailStoreField
public String DisplayName { get; } #Inherited from EmailStoreField
public Type ValueType { get; } #Inherited from EmailStoreField