ParentFolderId property
Implementation
static PropertyDefinition ParentFolderId =
ComplexPropertyDefinition<FolderId>.withUriAndFlags(
XmlElementNames.ParentFolderId,
FolderSchemaFieldUris.ParentFolderId,
[PropertyDefinitionFlags.CanFind],
ExchangeVersion.Exchange2007_SP1, () {
return new FolderId();
});