ParentFolderId property
Defines the MimeContentUTF8 property.
Defines the ParentFolderId property.
Implementation
// static PropertyDefinition MimeContentUTF8 =
// new ComplexPropertyDefinition<MimeContentUTF8>(
// XmlElementNames.MimeContentUTF8,
// ItemSchemaFieldUris.MimeContentUTF8,
// PropertyDefinitionFlags.CanSet | PropertyDefinitionFlags.CanUpdate | PropertyDefinitionFlags.MustBeExplicitlyLoaded,
// ExchangeVersion.Exchange2013_SP1,
// () { return new MimeContentUTF8(); });
/// <summary>
/// Defines the ParentFolderId property.
/// </summary>
static PropertyDefinition ParentFolderId =
new ComplexPropertyDefinition<FolderId>.withUriAndFlags(
XmlElementNames.ParentFolderId,
_ItemSchemaFieldUris.ParentFolderId,
[PropertyDefinitionFlags.CanFind],
ExchangeVersion.Exchange2007_SP1, () {
return new FolderId();
});