searchCriteriaLabels (property)

A space separated list of labels to use when searching.

Syntax

@property (nonatomic,readwrite,assign,getter=searchCriteriaLabels,setter=setSearchCriteriaLabels:) NSString* searchCriteriaLabels;
- (NSString*)searchCriteriaLabels;
- (void)setSearchCriteriaLabels:(NSString*)newSearchCriteriaLabels;
public var searchCriteriaLabels: String {
  get {...}
set {...} }

Default Value

""

Remarks

A space separated list of labels to use when searching.

This property specifies a space separated list of labels to be used when searching. Messages with matching labels will be returned. Labels that include spaces must be quoted, for instance: "My Label".

 
 
Copyright (c) 2021 /n software inc. - All rights reserved.
Cloud Mail 2020 iOS Edition - Version 20.0 [Build 7718]