Edit

Share via


RulePredicates.ContainsSubjectStrings Property

Definition

Gets the strings that appear in the subject of incoming messages in order for the condition or exception to apply.

public:
 property Microsoft::Exchange::WebServices::Data::StringList ^ ContainsSubjectStrings { Microsoft::Exchange::WebServices::Data::StringList ^ get(); };
public Microsoft.Exchange.WebServices.Data.StringList ContainsSubjectStrings { get; }
Public ReadOnly Property ContainsSubjectStrings As StringList

Property Value

The subject strings that are associated with the message.

Remarks

ContainsSubjectStrings can be disabled by setting this property to an empty list.

Applies to