SearchCriteriaLabels Property

A space separated list of labels to use when searching.

Syntax

char* GetSearchCriteriaLabels();
int SetSearchCriteriaLabels(const char* lpszSearchCriteriaLabels);
LPWSTR GetSearchCriteriaLabels();
INT SetSearchCriteriaLabels(LPCWSTR lpszSearchCriteriaLabels);
@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".

This property is not available at design time.

Data Type

String

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