Id property
Implementation
/* private */
/// <summary>
/// Defines the Id property.
/// </summary>
static PropertyDefinition Id =
new ComplexPropertyDefinition<FolderId>.withUriAndFlags(
XmlElementNames.FolderId,
FolderSchemaFieldUris.FolderId,
[PropertyDefinitionFlags.CanFind],
ExchangeVersion.Exchange2007_SP1, () {
return new FolderId();
});