API Reference
Enum
EmailStoreItemReadParts
Parts of an email-store item that may be projected by a selective read.
Inheritance
- Enum
- EmailStoreItemReadParts
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 EmailStoreItem.LoadedParts
- Property EmailStoreItemContentAvailability.AvailableParts
- Property EmailStoreItemContentAvailability.IndeterminateParts
- Property EmailStoreItemContentAvailability.UnavailableParts
- Property EmailStoreItemReadOptions.Parts
- Field EmailStoreItemReadParts.All
- Field EmailStoreItemReadParts.AttachmentContent
- Field EmailStoreItemReadParts.AttachmentMetadata
- Field EmailStoreItemReadParts.Bodies
- Field EmailStoreItemReadParts.EmbeddedItems
- Field EmailStoreItemReadParts.ExtendedMapiProperties
- Field EmailStoreItemReadParts.Metadata
- Field EmailStoreItemReadParts.None
- Field EmailStoreItemReadParts.Recipients
Accepted by parameters
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 EmailStoreItemReadParts Metadata #Core identity, message class, subject, dates, sender, and message metadata.
Value:
1public const EmailStoreItemReadParts Recipients #Recipient rows and transport-header recipients.
Value:
4public const EmailStoreItemReadParts AttachmentMetadata #Attachment names, media types, sizes, identifiers, and disposition metadata.
Value:
8public const EmailStoreItemReadParts AttachmentContent #Attachment payloads, retained or exposed as reopenable streams according to reader options.
Value:
16public const EmailStoreItemReadParts ExtendedMapiProperties #All decoded top-level and attachment MAPI properties, including named properties.
Value:
64