Topic property

PropertyDefinition Topic
getter/setter pair
Defines the Topic property.

Implementation

static PropertyDefinition Topic = new StringPropertyDefinition(
    XmlElementNames.ConversationTopic,
    _ConversationSchemaFieldUris.ConversationTopic,
    [PropertyDefinitionFlags.CanFind],
    ExchangeVersion.Exchange2010_SP1);