API Reference
Enum
EmailStoreContentSearchFields
Semantic fields considered by bounded content search.
Inheritance
- Enum
- EmailStoreContentSearchFields
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 EmailStoreContentQuery.Fields
- Field EmailStoreContentSearchFields.All
- Field EmailStoreContentSearchFields.AttachmentNames
- Field EmailStoreContentSearchFields.Bodies
- Field EmailStoreContentSearchFields.HtmlBody
- Field EmailStoreContentSearchFields.None
- Field EmailStoreContentSearchFields.Recipients
- Field EmailStoreContentSearchFields.RtfBody
- Field EmailStoreContentSearchFields.Sender
- Field EmailStoreContentSearchFields.Subject
- Field EmailStoreContentSearchFields.TextBody
- Property EmailStoreContentSearchResult.MatchedFields
Accepted by parameters
- Constructor EmailStoreContentQuery.EmailStoreContentQuery
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Returns:
Int32Inherited from Enum
Parameters
- target Object
ToString 4 overloads
public override sealed String ToString(IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString() instead.")Parameters
- provider IFormatProvider
public override sealed String ToString(String format, IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String
- provider IFormatProvider
Values
public const EmailStoreContentSearchFields Sender #Represented and actual sender names and addresses.
Value:
2public const EmailStoreContentSearchFields HtmlBody #Visible text derived from the HTML body without a DOM dependency.
Value:
16public const EmailStoreContentSearchFields AttachmentNames #Attachment filenames, content identifiers, and content locations.
Value:
64