HasIrm property

PropertyDefinition HasIrm
getter/setter pair
Defines the HasIrm property.

Implementation

static PropertyDefinition HasIrm = new BoolPropertyDefinition.withUriAndFlags(
    XmlElementNames.HasIrm,
    _ConversationSchemaFieldUris.HasIrm,
    [PropertyDefinitionFlags.CanFind],
    ExchangeVersion.Exchange2013);