DirectoryId property
Defines the UserSMIMECertificate property.
Defines the MSExchangeCertificate property.
Defines the DirectoryId property.
Implementation
// static PropertyDefinition UserSMIMECertificate =
// new ComplexPropertyDefinition<ByteArrayArray>(
// XmlElementNames.UserSMIMECertificate,
// ContactSchemaFieldUris.UserSMIMECertificate,
// [PropertyDefinitionFlags.CanFind],
// ExchangeVersion.Exchange2010_SP1,
// () { return new ByteArrayArray(); });
/// <summary>
/// Defines the MSExchangeCertificate property.
/// </summary>
// static PropertyDefinition MSExchangeCertificate =
// new ComplexPropertyDefinition<ByteArrayArray>(
// XmlElementNames.MSExchangeCertificate,
// ContactSchemaFieldUris.MSExchangeCertificate,
// [PropertyDefinitionFlags.CanFind],
// ExchangeVersion.Exchange2010_SP1,
// () { return new ByteArrayArray(); });
/// <summary>
/// Defines the DirectoryId property.
/// </summary>
static PropertyDefinition DirectoryId = new StringPropertyDefinition(
XmlElementNames.DirectoryId,
_ContactSchemaFieldUris.DirectoryId,
[PropertyDefinitionFlags.CanFind],
ExchangeVersion.Exchange2010_SP1);