RulePredicatesType.ContainsSubjectStrings Property
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property ContainsSubjectStrings As String()
Get
Set
'Usage
Dim instance As RulePredicatesType
Dim value As String()
value = instance.ContainsSubjectStrings
instance.ContainsSubjectStrings = value
public string[] ContainsSubjectStrings { get; set; }
Property Value
Type: []
See Also