Id property

PropertyDefinition Id
getter/setter pair
Defines the Id property.

Implementation

static PropertyDefinition Id = new ComplexPropertyDefinition<ConversationId>.withUriAndFlags(
    XmlElementNames.ConversationId,
    _ConversationSchemaFieldUris.ConversationId,
    [PropertyDefinitionFlags.CanFind],
    ExchangeVersion.Exchange2010_SP1, () {
  return new ConversationId();
});