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