Id property

PropertyDefinition Id
getter/setter pair
Field URIs for folders. Defines the 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();
});